From: Chad Rosier Date: Mon, 27 Aug 2012 18:16:34 +0000 (+0000) Subject: Update comment, per Jordan's suggestion. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7d2c5ca9c3dad400f66aca58eebef321c04cf57e;p=clang Update comment, per Jordan's suggestion. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@162684 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/clang/AST/Stmt.h b/include/clang/AST/Stmt.h index 35de2e3462..fa068bb8ff 100644 --- a/include/clang/AST/Stmt.h +++ b/include/clang/AST/Stmt.h @@ -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;