Fix typo in comment: "inwoke" -> "invoke"

llvm-svn: 203739
This commit is contained in:
Mark Seaborn 2014-03-13 00:04:17 +00:00
parent 9ab93ac6d4
commit 07e7486128
1 changed files with 1 additions and 1 deletions

View File

@ -212,7 +212,7 @@ void GlobalMerge::setMustKeepGlobalVariables(Module &M) {
++IFn) {
for (Function::iterator IBB = IFn->begin(), IEndBB = IFn->end();
IBB != IEndBB; ++IBB) {
// Follow the inwoke link to find the landing pad instruction
// Follow the invoke link to find the landing pad instruction
const InvokeInst *II = dyn_cast<InvokeInst>(IBB->getTerminator());
if (!II) continue;