[clangd] Fix a typo, NFC.
authorHaojian Wu <hokein.wu@gmail.com>
Fri, 7 Aug 2020 13:02:06 +0000 (15:02 +0200)
committerHaojian Wu <hokein.wu@gmail.com>
Fri, 7 Aug 2020 13:02:06 +0000 (15:02 +0200)
clang-tools-extra/clangd/ParsedAST.h

index c01f1fa..361b20a 100644 (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;