[clangd][NFC] Typo in comment
authorJan Korous <jkorous@apple.com>
Tue, 30 Jul 2019 20:39:39 +0000 (20:39 +0000)
committerJan Korous <jkorous@apple.com>
Tue, 30 Jul 2019 20:39:39 +0000 (20:39 +0000)
llvm-svn: 367354

clang-tools-extra/clangd/Headers.h

index dc870cb..c0c7ab1 100644 (file)
@@ -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<std::string> RealPathNames; // In file index order.