summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/clangd/index/FileIndex.h
diff options
context:
space:
mode:
authorKirill Bobyrev <kbobyrev@google.com>2019-12-16 10:33:56 +0100
committerKirill Bobyrev <kbobyrev@google.com>2019-12-16 10:54:40 +0100
commit3b9715cb219352fb831af144fd68e14e8fd275b4 (patch)
tree6cda9f7523bed2dc16c77b6ed0cad1d0373e4b78 /clang-tools-extra/clangd/index/FileIndex.h
parentf49d15b3f8ccd7737a62d40adfe5ff1e710788d4 (diff)
downloadbcm5719-llvm-3b9715cb219352fb831af144fd68e14e8fd275b4.tar.gz
bcm5719-llvm-3b9715cb219352fb831af144fd68e14e8fd275b4.zip
[NFC] Fix typos in Clangd and Clang
Reviewed by: Jim Differential Revision: https://reviews.llvm.org/D71455
Diffstat (limited to 'clang-tools-extra/clangd/index/FileIndex.h')
-rw-r--r--clang-tools-extra/clangd/index/FileIndex.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang-tools-extra/clangd/index/FileIndex.h b/clang-tools-extra/clangd/index/FileIndex.h
index a60364fc002..411130c5954 100644
--- a/clang-tools-extra/clangd/index/FileIndex.h
+++ b/clang-tools-extra/clangd/index/FileIndex.h
@@ -7,7 +7,7 @@
//===----------------------------------------------------------------------===//
//
// FileIndex implements SymbolIndex for symbols from a set of files. Symbols are
-// maintained at source-file granuality (e.g. with ASTs), and files can be
+// maintained at source-file granularity (e.g. with ASTs), and files can be
// updated dynamically.
//
//===----------------------------------------------------------------------===//
OpenPOWER on IntegriCloud