[clang-tools-extra] 90d1c66 - [clangd] Fix a typo, NFC.

Haojian Wu via cfe-commits cfe-commits at lists.llvm.org
Fri Aug 7 06:02:46 PDT 2020


Author: Haojian Wu
Date: 2020-08-07T15:02:06+02:00
New Revision: 90d1c66c7ce48fdaabd842786034e301fdd40fff

URL: https://github.com/llvm/llvm-project/commit/90d1c66c7ce48fdaabd842786034e301fdd40fff
DIFF: https://github.com/llvm/llvm-project/commit/90d1c66c7ce48fdaabd842786034e301fdd40fff.diff

LOG: [clangd] Fix a typo, NFC.

Added: 
    

Modified: 
    clang-tools-extra/clangd/ParsedAST.h

Removed: 
    


################################################################################
diff  --git a/clang-tools-extra/clangd/ParsedAST.h b/clang-tools-extra/clangd/ParsedAST.h
index c01f1fa0e6d8..361b20aeff4c 100644
--- a/clang-tools-extra/clangd/ParsedAST.h
+++ b/clang-tools-extra/clangd/ParsedAST.h
@@ -131,7 +131,7 @@ class ParsedAST {
   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;
 


        


More information about the cfe-commits mailing list