From: Raphael Isemann Date: Wed, 21 Jun 2017 05:41:39 +0000 (+0000) Subject: Changed wording in comment X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=03143a6b2cf3147ab92eb7836cd132fcb07947e6;p=clang Changed wording in comment git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@305878 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Analysis/CloneDetection.cpp b/lib/Analysis/CloneDetection.cpp index e86293a1dd..ee848ac711 100644 --- a/lib/Analysis/CloneDetection.cpp +++ b/lib/Analysis/CloneDetection.cpp @@ -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))