Author: Eymen Ünay
Date: 2023-08-14T20:07:58+02:00
New Revision: 09a622baa2d80ccc38eb42b6b58b39519704399f

URL: 
https://github.com/llvm/llvm-project/commit/09a622baa2d80ccc38eb42b6b58b39519704399f
DIFF: 
https://github.com/llvm/llvm-project/commit/09a622baa2d80ccc38eb42b6b58b39519704399f.diff

LOG: [clangd] Fix typo in comment

Reviewed By: kadircet

Differential Revision: https://reviews.llvm.org/D157207

Added: 
    

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

Removed: 
    


################################################################################
diff  --git a/clang-tools-extra/clangd/Protocol.h 
b/clang-tools-extra/clangd/Protocol.h
index 23a48e0a8e5f61..e88c804692568f 100644
--- a/clang-tools-extra/clangd/Protocol.h
+++ b/clang-tools-extra/clangd/Protocol.h
@@ -592,7 +592,7 @@ bool fromJSON(const llvm::json::Value &, 
ConfigurationSettings &,
 /// Clangd extension: parameters configurable at `initialize` time.
 /// LSP defines this type as `any`.
 struct InitializationOptions {
-  // What we can change throught the didChangeConfiguration request, we can
+  // What we can change through the didChangeConfiguration request, we can
   // also set through the initialize request (initializationOptions field).
   ConfigurationSettings ConfigSettings;
 


        
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to