From e42f5e146cd5f2bd50d6148dfa5df7eea1b59c4e Mon Sep 17 00:00:00 2001 From: YAMAMOTO Takashi Date: Wed, 22 Mar 2023 19:42:18 +0900 Subject: [PATCH] fix a comment --- test/testsuite/wasi_threads_exit_main_wasi_read.wat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/testsuite/wasi_threads_exit_main_wasi_read.wat b/test/testsuite/wasi_threads_exit_main_wasi_read.wat index 4f252e7..25f2bdf 100644 --- a/test/testsuite/wasi_threads_exit_main_wasi_read.wat +++ b/test/testsuite/wasi_threads_exit_main_wasi_read.wat @@ -1,5 +1,5 @@ ;; When the main thread calls proc_exit, it should terminate -;; a thread blocking in a WASI call. (poll_oneoff) +;; a thread blocking in a WASI call. (fd_read) ;; ;; assumption: read from FD 0 blocks. ;;