From: Matt Beaumont-Gay Date: Wed, 14 Nov 2012 00:00:25 +0000 (+0000) Subject: Fix typo X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d7a527c4383ba7bb747e2b3247c26b96cc9979f1;p=platform%2Fupstream%2Fllvm.git Fix typo llvm-svn: 167891 --- diff --git a/clang/include/clang/Driver/Types.def b/clang/include/clang/Driver/Types.def index 318c55a..4bff1f1 100644 --- a/clang/include/clang/Driver/Types.def +++ b/clang/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).