diff --git a/bin/brew b/bin/brew
index b7c5ff98c2e5a2fe7b92978ddae75654f48e1ea5..4d6014c85855c34c39150e552b4eba9f2508ad32 100755
--- a/bin/brew
+++ b/bin/brew
@@ -27,7 +27,7 @@ when '-v'
 end
 
 if Process.uid.zero? and not File.stat(HOMEBREW_BREW_FILE).uid.zero?
-  # note we only abort if Homebrew is *not* uninstalled sudo and the user
+  # note we only abort if Homebrew is *not* installed as sudo and the user
   # calls brew as root. The fix is to chown brew to root.
   abort "Cowardly refusing to `sudo brew'"
 end