[all-commits] [llvm/llvm-project] e46aa7: Fix a typo in head comment of `CurPPLexer`.
Zhouyi Zhou via All-commits
all-commits at lists.llvm.org
Tue May 2 19:50:16 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e46aa7f927293989dae40817c0087cba9cf5fae7
https://github.com/llvm/llvm-project/commit/e46aa7f927293989dae40817c0087cba9cf5fae7
Author: Zhouyi Zhou <zhouzhouyi at gmail.com>
Date: 2023-05-02 (Tue, 02 May 2023)
Changed paths:
M clang/include/clang/Lex/Preprocessor.h
Log Message:
-----------
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
More information about the All-commits
mailing list