Typo.
authorChad Rosier <mcrosier@apple.com>
Fri, 16 Nov 2012 23:41:41 +0000 (23:41 +0000)
committerChad Rosier <mcrosier@apple.com>
Fri, 16 Nov 2012 23:41:41 +0000 (23:41 +0000)
llvm-svn: 168222

clang/include/clang/Driver/Driver.h

index b752ce6..f5c451f 100644 (file)
@@ -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;