Skip to content

Commit 853b2cc

Browse files
Typo
1 parent c820808 commit 853b2cc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/spec/waitqueue.wast

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@
211211

212212
;; $control1 is the control word, wait 0ns and return 2.
213213
(assert_return (invoke "wait_control1") (i32.const 2))
214-
;; $control2 is not the control work, don't wait and return 1.
214+
;; $control2 is not the control word, don't wait and return 1.
215215
(assert_return (invoke "wait_control2") (i32.const 1))
216216
;; ditto for null.
217217
(assert_return (invoke "wait_null") (i32.const 1))

0 commit comments

Comments
 (0)