Skip to content

Commit f19f8e1

Browse files
authored
Fix typo in mark-js-called.wast (#8755)
Found by my local spellchecking git hook when performing a merge.
1 parent 36ef125 commit f19f8e1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/lit/passes/mark-js-called.wast

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
;; RUN: foreach %s %t wasm-opt --mark-js-called -all -S -o - | filecheck %s
44

55
;; $configured will be marked as @binaryen.js.called. $already is already marked,
6-
;; and nothing changess. $unconfigured* are not in configureAll so they are left
6+
;; and nothing changes. $unconfigured* are not in configureAll so they are left
77
;; alone.
88

99
(module

0 commit comments

Comments
 (0)