[WebAssembly] Fix a typo in comments
authorHeejin Ahn <aheejin@gmail.com>
Tue, 14 Sep 2021 07:44:27 +0000 (00:44 -0700)
committerHeejin Ahn <aheejin@gmail.com>
Tue, 14 Sep 2021 07:45:02 +0000 (00:45 -0700)
llvm/lib/Target/WebAssembly/WebAssemblyLowerEmscriptenEHSjLj.cpp

index 33a9c60..aaeedc2 100644 (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");