]> granicus.if.org Git - clang/commitdiff
daniel is buggy :)
authorChris Lattner <sabre@nondot.org>
Wed, 6 May 2009 04:38:30 +0000 (04:38 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 6 May 2009 04:38:30 +0000 (04:38 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@71065 91177308-0d34-0410-b5e6-96231b3b80d8

tools/clang-cc/clang-cc.cpp

index 7f548f73b8d81a033f34b6e75b5672e44b98e2cc..cdb606cb81fdd29fe5e8c8fa82016461f474b18b 100644 (file)
@@ -841,7 +841,7 @@ static void InitializeLanguageStandard(LangOptions &Options, LangKind LK,
   Options.PICLevel = PICLevel;
 
   Options.GNUInline = !Options.C99;
-  // FIXME: This is effected by other options (-fno-inline). 
+  // FIXME: This is affected by other options (-fno-inline). 
   Options.NoInline = !OptSize && !OptLevel;
 
   Options.Static = StaticDefine;