diff options
author | Chad Rosier <mcrosier@apple.com> | 2012-08-27 18:00:52 +0000 |
---|---|---|
committer | Chad Rosier <mcrosier@apple.com> | 2012-08-27 18:00:52 +0000 |
commit | 8f7f3a65a5e81fbf5c9e184abd9250cc8e67b58c (patch) | |
tree | f6cb63136f5aeb1c0fc9f58a501c8e2df31a9007 | |
parent | c210cb7a358d14cdd93b58562f33ff5ed2d895c1 (diff) |
Update comment.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@162682 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | include/clang/AST/Stmt.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/clang/AST/Stmt.h b/include/clang/AST/Stmt.h index 5969d53a7b..35de2e3462 100644 --- a/include/clang/AST/Stmt.h +++ b/include/clang/AST/Stmt.h @@ -1363,7 +1363,7 @@ public: } }; -/// AsmStmt - This represents a GCC inline-assembly statement extension. +/// GCCAsmStmt - This represents a GCC inline-assembly statement extension. /// class GCCAsmStmt : public Stmt { SourceLocation AsmLoc, RParenLoc; |