diff options
author | Chad Rosier <mcrosier@apple.com> | 2012-11-16 23:41:41 +0000 |
---|---|---|
committer | Chad Rosier <mcrosier@apple.com> | 2012-11-16 23:41:41 +0000 |
commit | 1ccfff111d28cd25e52b31375efa2b64327be713 (patch) | |
tree | 9c4cb040c16bc6c7cd500da1672105ebb2bd9149 /clang | |
parent | e05a5be2049bfd12e832c96faa784e0dddd35466 (diff) | |
download | bcm5719-llvm-1ccfff111d28cd25e52b31375efa2b64327be713.tar.gz bcm5719-llvm-1ccfff111d28cd25e52b31375efa2b64327be713.zip |
Typo.
llvm-svn: 168222
Diffstat (limited to 'clang')
-rw-r--r-- | clang/include/clang/Driver/Driver.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/include/clang/Driver/Driver.h b/clang/include/clang/Driver/Driver.h index b752ce6a349..f5c451f1e34 100644 --- a/clang/include/clang/Driver/Driver.h +++ b/clang/include/clang/Driver/Driver.h @@ -363,7 +363,7 @@ public: /// GCC goes to extra lengths here to be a bit more robust. std::string GetTemporaryPath(StringRef Prefix, const char *Suffix) const; - /// ShouldUseClangCompilar - Should the clang compiler be used to + /// ShouldUseClangCompiler - Should the clang compiler be used to /// handle this action. bool ShouldUseClangCompiler(const Compilation &C, const JobAction &JA, const llvm::Triple &ArchName) const; |