[MergeICmps][NFC] Fix a couple of typos in a comment

This commit is contained in:
Fraser Cormack 2022-11-15 14:46:23 +00:00
parent 4745945500
commit cfb0d628a7
1 changed files with 1 additions and 1 deletions

View File

@ -153,7 +153,7 @@ BCEAtom visitICmpLoadOperand(Value *const Val, BaseIdentifier &BaseId) {
if (!isDereferenceablePointer(Addr, LoadI->getType(), DL)) {
LLVM_DEBUG(dbgs() << "not dereferenceable\n");
// We need to make sure that we can do comparison in any order, so we
// require memory to be unconditionnally dereferencable.
// require memory to be unconditionally dereferenceable.
return {};
}