From 7db16db1ad37a77d45de26bd26725a296025981a Mon Sep 17 00:00:00 2001 From: Chad Rosier Date: Fri, 16 Nov 2012 23:41:41 +0000 Subject: [PATCH] Typo. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@168222 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/clang/Driver/Driver.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/clang/Driver/Driver.h b/include/clang/Driver/Driver.h index b752ce6a34..f5c451f1e3 100644 --- a/include/clang/Driver/Driver.h +++ b/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; -- 2.40.0