Skip to content

Commit be572e1

Browse files
committed
[clangd] NFC: Fix doc typos
1 parent b16a3b4 commit be572e1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

clang-tools-extra/clangd/Config.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
//
1818
// Because this structure is shared throughout clangd, it's a potential source
1919
// of layering problems. Config should be expressed in terms of simple
20-
// vocubulary types where possible.
20+
// vocabulary types where possible.
2121
//
2222
//===----------------------------------------------------------------------===//
2323

clang-tools-extra/clangd/ConfigFragment.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -235,14 +235,14 @@ struct Fragment {
235235
/// Controls how clang-tidy will run over the code base.
236236
///
237237
/// The settings are merged with any settings found in .clang-tidy
238-
/// configiration files with these ones taking precedence.
238+
/// configuration files with these ones taking precedence.
239239
struct ClangTidyBlock {
240240
std::vector<Located<std::string>> Add;
241241
/// List of checks to disable.
242242
/// Takes precedence over Add. To enable all llvm checks except include
243243
/// order:
244244
/// Add: llvm-*
245-
/// Remove: llvm-include-onder
245+
/// Remove: llvm-include-order
246246
std::vector<Located<std::string>> Remove;
247247

248248
/// A Key-Value pair list of options to pass to clang-tidy checks

0 commit comments

Comments
 (0)