r240135 - Fix typo in comment.

Douglas Katzman dougk at google.com
Fri Jun 19 08:40:00 PDT 2015


Author: dougk
Date: Fri Jun 19 10:40:00 2015
New Revision: 240135

URL: http://llvm.org/viewvc/llvm-project?rev=240135&view=rev
Log:
Fix typo in comment.

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=240135&r1=240134&r2=240135&view=diff
==============================================================================
--- cfe/trunk/include/clang/Driver/Driver.h (original)
+++ cfe/trunk/include/clang/Driver/Driver.h Fri Jun 19 10:40:00 2015
@@ -91,7 +91,7 @@ public:
   /// The path to the compiler resource directory.
   std::string ResourceDir;
 
-  /// A prefix directory used to emulated a limited subset of GCC's '-Bprefix'
+  /// A prefix directory used to emulate a limited subset of GCC's '-Bprefix'
   /// functionality.
   /// FIXME: This type of customization should be removed in favor of the
   /// universal driver when it is ready.





More information about the cfe-commits mailing list