]> granicus.if.org Git - clang/commitdiff
Fix typo in comment.
authorDouglas Katzman <dougk@google.com>
Fri, 19 Jun 2015 15:40:00 +0000 (15:40 +0000)
committerDouglas Katzman <dougk@google.com>
Fri, 19 Jun 2015 15:40:00 +0000 (15:40 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@240135 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/Driver/Driver.h

index 09521c2bae3fe8834db5a451879f855a2435b3cd..0593ad051b9b37e660fcbfa49c2354893f73c1b6 100644 (file)
@@ -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.