Typo fixes

This commit is contained in:
Emil
2015-12-14 11:38:40 +02:00
committed by Emil Laine
parent f957a68170
commit 69d8dde02a
2 changed files with 4 additions and 4 deletions

View File

@@ -38,7 +38,7 @@ void SILSuccessor::operator=(SILBasicBlock *BB) {
SuccessorBlock = BB;
}
// Derferencing the SuccIterator returns the predecessors SILBasicBlock.
// Dereferencing the SuccIterator returns the predecessor's SILBasicBlock.
SILBasicBlock *SILSuccessorIterator::operator*() {
assert(Cur && "Can't deference end (or default constructed) iterator");
return Cur->ContainingInst->getParent();