[cfe-commits] r167891 - /cfe/trunk/include/clang/Driver/Types.def

Matt Beaumont-Gay matthewbg at google.com
Tue Nov 13 16:00:25 PST 2012


Author: matthewbg
Date: Tue Nov 13 18:00:25 2012
New Revision: 167891

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

Modified:
    cfe/trunk/include/clang/Driver/Types.def

Modified: cfe/trunk/include/clang/Driver/Types.def
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/Driver/Types.def?rev=167891&r1=167890&r2=167891&view=diff
==============================================================================
--- cfe/trunk/include/clang/Driver/Types.def (original)
+++ cfe/trunk/include/clang/Driver/Types.def Tue Nov 13 18:00:25 2012
@@ -30,7 +30,7 @@
 // The fourth value is the suffix to use when creating temporary files
 // of this type, or null if unspecified.
 
-// The fifth value is a string containt option flags. Valid values:
+// The fifth value is a string containing option flags. Valid values:
 //  a - The type should only be assembled.
 //  p - The type should only be precompiled.
 //  u - The type can be user specified (with -x).





More information about the cfe-commits mailing list