[all-commits] [llvm/llvm-project] c8f479: Fix dupe word typos
Rageking8 via All-commits
all-commits at lists.llvm.org
Tue Nov 8 06:35:20 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c8f4792510f40bdf614f904f45e93eae8e306ddb
https://github.com/llvm/llvm-project/commit/c8f4792510f40bdf614f904f45e93eae8e306ddb
Author: Rageking8 <tomleetyt at gmail.com>
Date: 2022-11-08 (Tue, 08 Nov 2022)
Changed paths:
M clang-tools-extra/clangd/Headers.cpp
M clang-tools-extra/clangd/Protocol.h
M clang-tools-extra/clangd/Selection.cpp
M clang-tools-extra/clangd/TUScheduler.cpp
M clang-tools-extra/clangd/index/CanonicalIncludes.h
M clang-tools-extra/clangd/index/dex/Iterator.cpp
M clang-tools-extra/clangd/support/ThreadCrashReporter.cpp
M clang-tools-extra/clangd/unittests/TUSchedulerTests.cpp
M clang-tools-extra/clangd/unittests/TestTU.cpp
M clang-tools-extra/clangd/unittests/remote/MarshallingTests.cpp
Log Message:
-----------
Fix dupe word typos
This revision fixes typos where there are 2 consecutive words which are duplicated.
There should be no code changes in this revision (only changes to comments and docs).
Do let me know if there are any undesirable changes in this revision. Thanks.
More information about the All-commits
mailing list