qt: fix comment typo.

This commit is contained in:
Mike McQuaid 2013-05-10 13:31:03 +01:00
parent 7550570b3a
commit 8402ea29b8

View file

@ -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.)