From 7164d4be5e6a0f147e09ed09694ceccf882104ad Mon Sep 17 00:00:00 2001 From: YAMAMOTO Takashi Date: Tue, 24 Jan 2023 07:53:00 +0900 Subject: [PATCH] opecode -> opcode in comments --- test/testsuite/wasi_threads_exit_main_block.wat | 2 +- test/testsuite/wasi_threads_exit_nonmain_block.wat | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/test/testsuite/wasi_threads_exit_main_block.wat b/test/testsuite/wasi_threads_exit_main_block.wat index 12ac34f..62f9c0b 100644 --- a/test/testsuite/wasi_threads_exit_main_block.wat +++ b/test/testsuite/wasi_threads_exit_main_block.wat @@ -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 diff --git a/test/testsuite/wasi_threads_exit_nonmain_block.wat b/test/testsuite/wasi_threads_exit_nonmain_block.wat index 41b7945..615fee3 100644 --- a/test/testsuite/wasi_threads_exit_nonmain_block.wat +++ b/test/testsuite/wasi_threads_exit_nonmain_block.wat @@ -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