[compiler-rt] [WebAssembly] Fix a typo in __c_longjmp.S (PR #181541)
via llvm-commits
llvm-commits at lists.llvm.org
Sun Feb 15 02:39:51 PST 2026
https://github.com/nukyan created https://github.com/llvm/llvm-project/pull/181541
None
>From 40ebaa79d952e8bf3d807ec6da35ba705c1be955 Mon Sep 17 00:00:00 2001
From: Yang Kun <ikspress at outlook.com>
Date: Sun, 15 Feb 2026 17:59:58 +0800
Subject: [PATCH] [WebAssembly] Fix a typo in __c_longjmp.S
---
compiler-rt/lib/builtins/wasm/__c_longjmp.S | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/compiler-rt/lib/builtins/wasm/__c_longjmp.S b/compiler-rt/lib/builtins/wasm/__c_longjmp.S
index d130862fd5c41..52467827c1ce0 100644
--- a/compiler-rt/lib/builtins/wasm/__c_longjmp.S
+++ b/compiler-rt/lib/builtins/wasm/__c_longjmp.S
@@ -6,7 +6,7 @@
//
//===----------------------------------------------------------------------===//
//
-// This file implements __c_longjmp which LLVM uses to implenmet setjmp/longjmp
+// This file implements __c_longjmp which LLVM uses to implement setjmp/longjmp
// when Wasm EH is enabled.
//
//===----------------------------------------------------------------------===//
More information about the llvm-commits
mailing list