[clangd] Fix a typo, NFC.

This commit is contained in:
Haojian Wu 2020-08-07 15:02:06 +02:00
parent 351aac0985
commit 90d1c66c7c
1 changed files with 1 additions and 1 deletions

View File

@ -131,7 +131,7 @@ private:
std::unique_ptr<FrontendAction> Action;
/// Tokens recorded after the preamble finished.
/// - Includes all spelled tokens for the main file.
/// - Includes expanded tokens produced **after** preabmle.
/// - Includes expanded tokens produced **after** preamble.
/// - Does not have spelled or expanded tokens for files from preamble.
syntax::TokenBuffer Tokens;