Skip to content

Commit

Permalink
opecode -> opcode in comments
Browse files Browse the repository at this point in the history
  • Loading branch information
yamt committed Jan 23, 2023
1 parent 276bd47 commit 7164d4b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/testsuite/wasi_threads_exit_main_block.wat
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
;; When the main thread calls proc_exit, it should terminate
;; a thread blocking in `memory.atomic.wait32` opecode.
;; a thread blocking in `memory.atomic.wait32` opcode.
;;
;; linear memory usage:
;; 0: notify/wait
Expand Down
2 changes: 1 addition & 1 deletion test/testsuite/wasi_threads_exit_nonmain_block.wat
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
;; When a non-main thread calls proc_exit, it should terminate
;; the main thread blocking in `memory.atomic.wait32` opecode.
;; the main thread blocking in `memory.atomic.wait32` opcode.
;;
;; linear memory usage:
;; 0: wait
Expand Down

0 comments on commit 7164d4b

Please sign in to comment.