]> granicus.if.org Git - clang/commitdiff
fix typo
authorChris Lattner <sabre@nondot.org>
Fri, 23 Apr 2010 16:31:30 +0000 (16:31 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 23 Apr 2010 16:31:30 +0000 (16:31 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@102183 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/Basic/TargetInfo.h

index 5bb0079dc1fcdba47a170802630fbb5772b70727..81c780c9be0d8cbd0a56bf74880e1edf096e9b05 100644 (file)
@@ -417,7 +417,7 @@ public:
   
   /// hasNoAsmVariants - Return true if {|} are normal characters in the
   /// asm string.  If this returns false (the default), then {abc|xyz} is syntax
-  /// that says that when compmiling for asm variant #0, "abc" should be
+  /// that says that when compiling for asm variant #0, "abc" should be
   /// generated, but when compiling for asm variant #1, "xyz" should be
   /// generated.
   bool hasNoAsmVariants() const {