aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/clang/AST/Stmt.h2
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;