We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d50eff commit 3053da2Copy full SHA for 3053da2
clang/include/clang/Serialization/ASTBitCodes.h
@@ -350,7 +350,7 @@ enum ControlRecordTypes {
350
/// and information about the compiler used to build this AST file.
351
METADATA = 1,
352
353
- /// Record code for other AST file imported by this AST file.
+ /// Record code for another AST file imported by this AST file.
354
IMPORT,
355
356
/// Record code for the original file that was used to
0 commit comments