Changed wording in comment
llvm-svn: 305878
diff --git a/clang/lib/Analysis/CloneDetection.cpp b/clang/lib/Analysis/CloneDetection.cpp
index e86293a..ee848ac 100644
--- a/clang/lib/Analysis/CloneDetection.cpp
+++ b/clang/lib/Analysis/CloneDetection.cpp
@@ -635,8 +635,7 @@
if (Indexes[j])
continue;
- // If a following StmtSequence belongs to our CloneGroup, we add it to
- // it.
+ // If a following StmtSequence belongs to our CloneGroup, we add it.
const StmtSequence &Candidate = HashGroup[j];
if (!Compare(Prototype, Candidate))