diff --git a/clang-tools-extra/clangd/ConfigFragment.h b/clang-tools-extra/clangd/ConfigFragment.h index f05ed4d1acdfc..2363b483ab96d 100644 --- a/clang-tools-extra/clangd/ConfigFragment.h +++ b/clang-tools-extra/clangd/ConfigFragment.h @@ -347,7 +347,7 @@ struct Fragment { /// "IWYU": Include what you use. Insert the owning header for top-level /// symbols, unless the header is already directly included or the /// symbol is forward-declared - /// "NeverInsert": Never insert headers + /// "Never": Never insert headers std::optional> HeaderInsertion; }; CompletionBlock Completion;