Fix dupe word typos
authorRageking8 <tomleetyt@gmail.com>
Tue, 8 Nov 2022 14:28:25 +0000 (15:28 +0100)
committerKadir Cetinkaya <kadircet@google.com>
Tue, 8 Nov 2022 14:29:12 +0000 (15:29 +0100)
commitc8f4792510f40bdf614f904f45e93eae8e306ddb
treeb2414d50a99b143ce4af281ef592f6e9987484d1
parent8249dc21046af57ad3b2c72414aa8a7f16b67687
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.
clang-tools-extra/clangd/Headers.cpp
clang-tools-extra/clangd/Protocol.h
clang-tools-extra/clangd/Selection.cpp
clang-tools-extra/clangd/TUScheduler.cpp
clang-tools-extra/clangd/index/CanonicalIncludes.h
clang-tools-extra/clangd/index/dex/Iterator.cpp
clang-tools-extra/clangd/support/ThreadCrashReporter.cpp
clang-tools-extra/clangd/unittests/TUSchedulerTests.cpp
clang-tools-extra/clangd/unittests/TestTU.cpp
clang-tools-extra/clangd/unittests/remote/MarshallingTests.cpp