Skip to content

Commit e46aa7f

Browse files
zhouzhouyi-hubvsapsai
authored andcommitted
Fix a typo in head comment of CurPPLexer.
In head comment of CurPPLexer field of class Preprocessor, 'The current top of the stack what we're lexing from' should be 'The current top of the stack that we're lexing from'. Differential Revision: https://reviews.llvm.org/D149709
1 parent 40ed87a commit e46aa7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/include/clang/Lex/Preprocessor.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -729,7 +729,7 @@ class Preprocessor {
729729
/// Only one of CurLexer, or CurTokenLexer will be non-null.
730730
std::unique_ptr<Lexer> CurLexer;
731731

732-
/// The current top of the stack what we're lexing from
732+
/// The current top of the stack that we're lexing from
733733
/// if not expanding a macro.
734734
///
735735
/// This is an alias for CurLexer.

0 commit comments

Comments
 (0)