aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/qt.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/qt.rb b/Library/Formula/qt.rb
index 624599c32..8d0dd3b9e 100644
--- a/Library/Formula/qt.rb
+++ b/Library/Formula/qt.rb
@@ -51,7 +51,7 @@ class Qt < Formula
"-confirm-license", "-opensource",
"-cocoa", "-fast" ]
- # we have to disable all tjos to avoid triggering optimization code
+ # we have to disable 3DNow! to avoid triggering optimization code
# that will fail with clang. Only seems to occur in superenv, perhaps
# because we rename clang to cc and Qt thinks it can build with special
# assembler commands. In --env=std, Qt seems aware of this.)