Fix typo
authorMatt Beaumont-Gay <matthewbg@google.com>
Wed, 14 Nov 2012 00:00:25 +0000 (00:00 +0000)
committerMatt Beaumont-Gay <matthewbg@google.com>
Wed, 14 Nov 2012 00:00:25 +0000 (00:00 +0000)
llvm-svn: 167891

clang/include/clang/Driver/Types.def

index 318c55a..4bff1f1 100644 (file)
@@ -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).