aboutsummaryrefslogtreecommitdiff
path: root/clang/unittests/Analysis/CloneDetectionTest.cpp
diff options
context:
space:
mode:
authorRageking8 <tomleetyt@gmail.com>2022-11-08 07:21:23 -0500
committerAaron Ballman <aaron@aaronballman.com>2022-11-08 07:21:23 -0500
commit94738a5ac34283bb034b022602b9f9e93d67081f (patch)
tree447d35886b076c757eb2a409cee06016bd196fd8 /clang/unittests/Analysis/CloneDetectionTest.cpp
parent4b0fd43512acaf7e167a27fb143f679775e09247 (diff)
downloadllvm-94738a5ac34283bb034b022602b9f9e93d67081f.zip
llvm-94738a5ac34283bb034b022602b9f9e93d67081f.tar.gz
llvm-94738a5ac34283bb034b022602b9f9e93d67081f.tar.bz2
Fix duplicate word typos; NFC
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.
Diffstat (limited to 'clang/unittests/Analysis/CloneDetectionTest.cpp')
-rw-r--r--clang/unittests/Analysis/CloneDetectionTest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/unittests/Analysis/CloneDetectionTest.cpp b/clang/unittests/Analysis/CloneDetectionTest.cpp
index f8f3602..fe65fab 100644
--- a/clang/unittests/Analysis/CloneDetectionTest.cpp
+++ b/clang/unittests/Analysis/CloneDetectionTest.cpp
@@ -64,7 +64,7 @@ TEST(CloneDetector, FilterFunctionsByName) {
CloneDetectionVisitor Visitor(Detector);
Visitor.TraverseTranslationUnitDecl(TU);
- // Find clones with the usual settings, but but we want to filter out
+ // Find clones with the usual settings, but we want to filter out
// all statements from functions which names start with "bar".
std::vector<CloneDetector::CloneGroup> CloneGroups;
Detector.findClones(CloneGroups, NoBarFunctionConstraint(),