diff --git a/hooks/pre-commit b/hooks/pre-commit
index 098a99216cd533f952484de99e6d1739e5264c2b..e376ed4d8b6e4901c132cbed39bc05189e66bbeb 100755
--- a/hooks/pre-commit
+++ b/hooks/pre-commit
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-# Enforce citra's whitespace policy
+# Enforce yuzu's whitespace policy
 git config --local core.whitespace tab-in-indent,trailing-space
 
 paths_to_check="src/ CMakeLists.txt"