]> granicus.if.org Git - clang/commitdiff
Changed wording in comment
authorRaphael Isemann <teemperor@gmail.com>
Wed, 21 Jun 2017 05:41:39 +0000 (05:41 +0000)
committerRaphael Isemann <teemperor@gmail.com>
Wed, 21 Jun 2017 05:41:39 +0000 (05:41 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@305878 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Analysis/CloneDetection.cpp

index e86293a1dd0b7883609af01ad5b879e874fe2ca2..ee848ac711d6ab43c52a5a7f50101992a28f34a9 100644 (file)
@@ -635,8 +635,7 @@ void CloneConstraint::splitCloneGroups(
         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))