Fix grammar

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@212379 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Matt Arsenault 2014-07-05 21:16:40 +00:00
parent 6d1c237e11
commit 9363b585ce

View File

@ -63,7 +63,7 @@ static unsigned createLaneVGPR(MachineRegisterInfo &MRI, MachineFunction *MF) {
}
}
MF->getFunction()->getContext().emitError(
"Could not found S_ENGPGM instrtuction.");
"Could not find S_ENGPGM instrtuction.");
return VGPR;
}