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 35de2e3..fa068bb 100644
--- a/include/clang/AST/Stmt.h
+++ b/include/clang/AST/Stmt.h
@@ -1363,7 +1363,7 @@
   }
 };
 
-/// 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 @@
   }
 };
 
-/// 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;