diff options
author | Eric Christopher <echristo@gmail.com> | 2013-02-18 00:38:28 +0000 |
---|---|---|
committer | Eric Christopher <echristo@gmail.com> | 2013-02-18 00:38:28 +0000 |
commit | d4440c230d6d70becbd00da168591178720452f2 (patch) | |
tree | 00ec514d0923a4e7378090dacfb1e920076914e4 /lib/Driver/Tools.cpp | |
parent | 0798b69ee40219ed276bd8a65efd46bedc78ac42 (diff) |
Grammar.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@175410 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Driver/Tools.cpp')
-rw-r--r-- | lib/Driver/Tools.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Driver/Tools.cpp b/lib/Driver/Tools.cpp index 0ed010e4ea..28cba14d68 100644 --- a/lib/Driver/Tools.cpp +++ b/lib/Driver/Tools.cpp @@ -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)) |