Skip to content

Commit 7164d4b

Browse files
committed
opecode -> opcode in comments
1 parent 276bd47 commit 7164d4b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test/testsuite/wasi_threads_exit_main_block.wat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
;; When the main thread calls proc_exit, it should terminate
2-
;; a thread blocking in `memory.atomic.wait32` opecode.
2+
;; a thread blocking in `memory.atomic.wait32` opcode.
33
;;
44
;; linear memory usage:
55
;; 0: notify/wait

test/testsuite/wasi_threads_exit_nonmain_block.wat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
;; When a non-main thread calls proc_exit, it should terminate
2-
;; the main thread blocking in `memory.atomic.wait32` opecode.
2+
;; the main thread blocking in `memory.atomic.wait32` opcode.
33
;;
44
;; linear memory usage:
55
;; 0: wait

0 commit comments

Comments
 (0)