[PATCH] D157207: [clangd] Fix typo in comment
Mehmet Eymen Ünay via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sun Aug 6 03:57:32 PDT 2023
Eymay created this revision.
Herald added subscribers: kadircet, arphaman.
Herald added a project: All.
Eymay requested review of this revision.
Herald added subscribers: cfe-commits, MaskRay, ilya-biryukov.
Herald added a project: clang-tools-extra.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D157207
Files:
clang-tools-extra/clangd/Protocol.h
Index: clang-tools-extra/clangd/Protocol.h
===================================================================
--- clang-tools-extra/clangd/Protocol.h
+++ clang-tools-extra/clangd/Protocol.h
@@ -592,7 +592,7 @@
/// 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;
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D157207.547544.patch
Type: text/x-patch
Size: 622 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20230806/0b8e2bb5/attachment.bin>
More information about the cfe-commits
mailing list