[cfe-commits] r102183 - /cfe/trunk/include/clang/Basic/TargetInfo.h
Chris Lattner
sabre at nondot.org
Fri Apr 23 09:31:30 PDT 2010
Author: lattner
Date: Fri Apr 23 11:31:30 2010
New Revision: 102183
URL: http://llvm.org/viewvc/llvm-project?rev=102183&view=rev
Log:
fix typo
Modified:
cfe/trunk/include/clang/Basic/TargetInfo.h
Modified: cfe/trunk/include/clang/Basic/TargetInfo.h
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/Basic/TargetInfo.h?rev=102183&r1=102182&r2=102183&view=diff
==============================================================================
--- cfe/trunk/include/clang/Basic/TargetInfo.h (original)
+++ cfe/trunk/include/clang/Basic/TargetInfo.h Fri Apr 23 11:31:30 2010
@@ -417,7 +417,7 @@
/// 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 {
More information about the cfe-commits
mailing list