]> granicus.if.org Git - clang/commitdiff
More grammar.
authorEric Christopher <echristo@gmail.com>
Tue, 19 Feb 2013 06:16:53 +0000 (06:16 +0000)
committerEric Christopher <echristo@gmail.com>
Tue, 19 Feb 2013 06:16:53 +0000 (06:16 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@175492 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Driver/Tools.cpp

index 5b3b65428d983e231293c682e131aa469a9c8e05..ba61292acca5afca859ff8aeea881123de4b7a9b 100644 (file)
@@ -2570,7 +2570,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 than PowerPC.
+  // Report an 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))