From 37de281ac149a5c5f14e4935a3738d87370da3ed Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Fri, 23 Apr 2010 16:31:30 +0000 Subject: [PATCH] fix typo git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@102183 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/clang/Basic/TargetInfo.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/clang/Basic/TargetInfo.h b/include/clang/Basic/TargetInfo.h index 5bb0079dc1..81c780c9be 100644 --- a/include/clang/Basic/TargetInfo.h +++ b/include/clang/Basic/TargetInfo.h @@ -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 { -- 2.40.0