aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/clang/AST/Decl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/clang/AST/Decl.h b/include/clang/AST/Decl.h
index 864a50e5c6..dc7ba1c186 100644
--- a/include/clang/AST/Decl.h
+++ b/include/clang/AST/Decl.h
@@ -57,7 +57,7 @@ public:
Typedef,
// TagDecl
Enum,
- // RecordDecl,
+ // RecordDecl
Struct,
Union,
Class,