]> granicus.if.org Git - clang/commitdiff
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)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@167891 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/Driver/Types.def

index 318c55ad6366afccbc97289687d23cce43c260b2..4bff1f1d3e2be9e2c073820ffdf1a9aa732c3b3c 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).