diff options
author | Matt Beaumont-Gay <matthewbg@google.com> | 2012-11-14 00:00:25 +0000 |
---|---|---|
committer | Matt Beaumont-Gay <matthewbg@google.com> | 2012-11-14 00:00:25 +0000 |
commit | 6f0b00a2e286adc813beb0a55ce3ffcda10cce77 (patch) | |
tree | c7d43958c23590d392d41c6ec8933847a15996f2 | |
parent | 0c949efad533330eee234d613712510db7376e44 (diff) |
Fix typo
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@167891 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | include/clang/Driver/Types.def | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/clang/Driver/Types.def b/include/clang/Driver/Types.def index 318c55ad63..4bff1f1d3e 100644 --- a/include/clang/Driver/Types.def +++ b/include/clang/Driver/Types.def @@ -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). |