[cfe-commits] r168222 - /cfe/trunk/include/clang/Driver/Driver.h

Chad Rosier mcrosier at apple.com
Fri Nov 16 15:41:41 PST 2012


Author: mcrosier
Date: Fri Nov 16 17:41:41 2012
New Revision: 168222

URL: http://llvm.org/viewvc/llvm-project?rev=168222&view=rev
Log:
Typo.

Modified:
    cfe/trunk/include/clang/Driver/Driver.h

Modified: cfe/trunk/include/clang/Driver/Driver.h
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/Driver/Driver.h?rev=168222&r1=168221&r2=168222&view=diff
==============================================================================
--- cfe/trunk/include/clang/Driver/Driver.h (original)
+++ cfe/trunk/include/clang/Driver/Driver.h Fri Nov 16 17:41:41 2012
@@ -363,7 +363,7 @@
   /// 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;





More information about the cfe-commits mailing list