From 2ee6497e8f3235bba55f8e46c59098f1bb86b062 Mon Sep 17 00:00:00 2001 From: Jan Korous Date: Tue, 30 Jul 2019 20:39:39 +0000 Subject: [PATCH] [clangd][NFC] Typo in comment llvm-svn: 367354 --- clang-tools-extra/clangd/Headers.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clang-tools-extra/clangd/Headers.h b/clang-tools-extra/clangd/Headers.h index dc870cb..c0c7ab1 100644 --- a/clang-tools-extra/clangd/Headers.h +++ b/clang-tools-extra/clangd/Headers.h @@ -125,7 +125,7 @@ public: private: // Identifying files in a way that persists from preamble build to subsequent // builds is surprisingly hard. FileID is unavailable in InclusionDirective(), - // and RealPathName and UniqueID are not preseved in the preamble. + // and RealPathName and UniqueID are not preserved in the preamble. // We use the FileEntry::Name, which is stable, interned into a "file index". // The paths we want to expose are the RealPathName, so store those too. std::vector RealPathNames; // In file index order. -- 2.7.4