]> granicus.if.org Git - clang/commitdiff
Update comment, per Jordan's suggestion.
authorChad Rosier <mcrosier@apple.com>
Mon, 27 Aug 2012 18:16:34 +0000 (18:16 +0000)
committerChad Rosier <mcrosier@apple.com>
Mon, 27 Aug 2012 18:16:34 +0000 (18:16 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@162684 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/AST/Stmt.h

index 35de2e3462b1d2874071f1f5aa81595803064279..fa068bb8ffe5a9b516425161ef60cfe417356347 100644 (file)
@@ -1363,7 +1363,7 @@ public:
   }
 };
 
-/// GCCAsmStmt - This represents a GCC inline-assembly statement extension.
+/// This represents a GCC inline-assembly statement extension.
 ///
 class GCCAsmStmt : public Stmt {
   SourceLocation AsmLoc, RParenLoc;
@@ -1612,7 +1612,7 @@ public:
   }
 };
 
-/// MSAsmStmt - This represents a Microsoft inline-assembly statement extension.
+/// This represents a Microsoft inline-assembly statement extension.
 ///
 class MSAsmStmt : public Stmt {
   SourceLocation AsmLoc, LBraceLoc, EndLoc;