]> granicus.if.org Git - clang/commitdiff
Grammar.
authorEric Christopher <echristo@gmail.com>
Mon, 18 Feb 2013 00:38:28 +0000 (00:38 +0000)
committerEric Christopher <echristo@gmail.com>
Mon, 18 Feb 2013 00:38:28 +0000 (00:38 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@175410 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Driver/Tools.cpp

index 0ed010e4ea3385afed45433d817100a5b19138fc..28cba14d68df6ff8fd5bb534ad4bec4f938c3dc0 100644 (file)
@@ -2561,7 +2561,7 @@ void Clang::ConstructJob(Compilation &C, const JobAction &JA,
                    options::OPT_fno_sanitize_undefined_trap_on_error, false))
     CmdArgs.push_back("-fsanitize-undefined-trap-on-error");
 
-  // Report and error for -faltivec on anything other then PowerPC.
+  // Report and error for -faltivec on anything other than PowerPC.
   if (const Arg *A = Args.getLastArg(options::OPT_faltivec))
     if (!(getToolChain().getTriple().getArch() == llvm::Triple::ppc ||
           getToolChain().getTriple().getArch() == llvm::Triple::ppc64))