diff --git a/clang-tools-extra/clangd/Protocol.h b/clang-tools-extra/clangd/Protocol.h index 23a48e0a8e5f6..e88c804692568 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;