diff options
| author | Mike McQuaid | 2013-05-10 13:31:03 +0100 |
|---|---|---|
| committer | Mike McQuaid | 2013-05-10 13:31:03 +0100 |
| commit | 849942f9fd8028de0ed99c3c740fb33e28cf84ea (patch) | |
| tree | 212a7f6a4a0a03b373255d7ff982ad2037b1e516 /Library | |
| parent | 523e8a3a7a047cc23a02e7ed8073628d4447edb0 (diff) | |
| download | homebrew-849942f9fd8028de0ed99c3c740fb33e28cf84ea.tar.bz2 | |
qt: fix comment typo.
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/qt.rb | 2 |
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.) |
