summaryrefslogtreecommitdiff
path: root/lib/Serialization/ASTWriterDecl.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Serialization/ASTWriterDecl.cpp')
-rw-r--r--lib/Serialization/ASTWriterDecl.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Serialization/ASTWriterDecl.cpp b/lib/Serialization/ASTWriterDecl.cpp
index 3182e2b6f2..21fca17c24 100644
--- a/lib/Serialization/ASTWriterDecl.cpp
+++ b/lib/Serialization/ASTWriterDecl.cpp
@@ -52,7 +52,7 @@ namespace clang {
auto Offset = Record.Emit(Code, AbbrevToUse);
- // Flush any expressions, base specifiers, and ctor initializers that
+ // Flush any base specifiers and ctor initializers that
// were written as part of this declaration.
Writer.FlushPendingAfterDecl();