[CorrelatedValuePropagation] Fix typo in comment sense->since. NFC

llvm-svn: 306152
This commit is contained in:
Craig Topper 2017-06-23 20:28:40 +00:00
parent 29cdfe2cd9
commit 68ed55e06a
1 changed files with 1 additions and 1 deletions

View File

@ -290,7 +290,7 @@ static bool processSwitch(SwitchInst *SI, LazyValueInfo *LVI) {
break;
}
// Increment the case iterator sense we didn't delete it.
// Increment the case iterator since we didn't delete it.
++CI;
}