summaryrefslogtreecommitdiffstats
path: root/clangd/index/Background.h
diff options
context:
space:
mode:
Diffstat (limited to 'clangd/index/Background.h')
-rw-r--r--clangd/index/Background.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/clangd/index/Background.h b/clangd/index/Background.h
index ffa83e60..4978ccb7 100644
--- a/clangd/index/Background.h
+++ b/clangd/index/Background.h
@@ -55,7 +55,7 @@ public:
llvm::unique_function<BackgroundIndexStorage *(llvm::StringRef)>;
// Creates an Index Storage that saves shards into disk. Index storage uses
- // CDBDirectory + ".clangd-index/" as the folder to save shards.
+ // CDBDirectory + ".clangd/index/" as the folder to save shards.
static Factory createDiskBackedStorageFactory();
};