Changed wording in comment

llvm-svn: 305878
This commit is contained in:
Raphael Isemann 2017-06-21 05:41:39 +00:00
parent d2ccdbfa61
commit 676b457b8b
1 changed files with 1 additions and 2 deletions

View 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))