[clang-tools-extra] 0ccd18e - Typo fix; NFC

Aaron Ballman via cfe-commits cfe-commits at lists.llvm.org
Tue Dec 3 11:07:02 PST 2024


Author: Aaron Ballman
Date: 2024-12-03T14:06:49-05:00
New Revision: 0ccd18ead138e9efc56b6c16ded6c3f4df86ae91

URL: https://github.com/llvm/llvm-project/commit/0ccd18ead138e9efc56b6c16ded6c3f4df86ae91
DIFF: https://github.com/llvm/llvm-project/commit/0ccd18ead138e9efc56b6c16ded6c3f4df86ae91.diff

LOG: Typo fix; NFC

Added: 
    

Modified: 
    clang-tools-extra/clangd/index/BackgroundRebuild.cpp

Removed: 
    


################################################################################
diff  --git a/clang-tools-extra/clangd/index/BackgroundRebuild.cpp b/clang-tools-extra/clangd/index/BackgroundRebuild.cpp
index 79383be012f836..4dc2d3b1d059bb 100644
--- a/clang-tools-extra/clangd/index/BackgroundRebuild.cpp
+++ b/clang-tools-extra/clangd/index/BackgroundRebuild.cpp
@@ -1,4 +1,4 @@
-//===-- BackgroundRebuild.cpp - when to rebuild thei background index -----===//
+//===-- BackgroundRebuild.cpp - when to rebuild the background index ------===//
 //
 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
 // See https://llvm.org/LICENSE.txt for license information.


        


More information about the cfe-commits mailing list