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

Michael J. Spencer bigcheesegs at gmail.com
Tue Apr 5 10:57:51 PDT 2011


Author: mspencer
Date: Tue Apr  5 12:57:51 2011
New Revision: 128896

URL: http://llvm.org/viewvc/llvm-project?rev=128896&view=rev
Log:
Fix spelling.

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=128896&r1=128895&r2=128896&view=diff
==============================================================================
--- cfe/trunk/include/clang/Driver/Driver.h (original)
+++ cfe/trunk/include/clang/Driver/Driver.h Tue Apr  5 12:57:51 2011
@@ -97,7 +97,7 @@
   /// will generally be the actual host platform, but not always.
   const HostInfo *Host;
 
-  /// Information about the host which can be overriden by the user.
+  /// Information about the host which can be overridden by the user.
   std::string HostBits, HostMachine, HostSystem, HostRelease;
 
   /// The file to log CC_PRINT_OPTIONS output to, if enabled.





More information about the cfe-commits mailing list