[WebAssembly] Fix a typo in comments

This commit is contained in:
Heejin Ahn 2021-09-14 00:44:27 -07:00
parent 13e34f9fc1
commit e85ed44373
1 changed files with 1 additions and 1 deletions

View File

@ -832,7 +832,7 @@ bool WebAssemblyLowerEmscriptenEHSjLj::runOnModule(Module &M) {
Function *LongjmpF = M.getFunction("longjmp");
// In some platforms _setjmp and _longjmp are used instead. Change these to
// use setjmp/longjmp instead, because we laster detect these functions by
// use setjmp/longjmp instead, because we later detect these functions by
// their names.
Function *SetjmpF2 = M.getFunction("_setjmp");
Function *LongjmpF2 = M.getFunction("_longjmp");