summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/clangd/index/Symbol.h
diff options
context:
space:
mode:
Diffstat (limited to 'clang-tools-extra/clangd/index/Symbol.h')
-rw-r--r--clang-tools-extra/clangd/index/Symbol.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/clang-tools-extra/clangd/index/Symbol.h b/clang-tools-extra/clangd/index/Symbol.h
index 65ca82698d4..00cf496b6d5 100644
--- a/clang-tools-extra/clangd/index/Symbol.h
+++ b/clang-tools-extra/clangd/index/Symbol.h
@@ -103,7 +103,7 @@ struct Symbol {
/// this header. This number is only meaningful if aggregated in an index.
unsigned References = 0;
};
- /// One Symbol can potentially be incuded via different headers.
+ /// One Symbol can potentially be included via different headers.
/// - If we haven't seen a definition, this covers all declarations.
/// - If we have seen a definition, this covers declarations visible from
/// any definition.
@@ -115,7 +115,7 @@ struct Symbol {
/// Whether or not this symbol is meant to be used for the code completion.
/// See also isIndexedForCodeCompletion().
/// Note that we don't store completion information (signature, snippet,
- /// type, inclues) if the symbol is not indexed for code completion.
+ /// type, includes) if the symbol is not indexed for code completion.
IndexedForCodeCompletion = 1 << 0,
/// Indicates if the symbol is deprecated.
Deprecated = 1 << 1,
OpenPOWER on IntegriCloud