From 82d46d6f06c203587d01f4aa2542c526241a90f9 Mon Sep 17 00:00:00 2001 From: Thomas Lively Date: Thu, 21 May 2026 19:18:17 -0700 Subject: [PATCH] Fix typo in mark-js-called.wast Found by my local spellchecking git hook when performing a merge. --- test/lit/passes/mark-js-called.wast | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/lit/passes/mark-js-called.wast b/test/lit/passes/mark-js-called.wast index 10a2ca57ddd..10b4bfc0ebd 100644 --- a/test/lit/passes/mark-js-called.wast +++ b/test/lit/passes/mark-js-called.wast @@ -3,7 +3,7 @@ ;; RUN: foreach %s %t wasm-opt --mark-js-called -all -S -o - | filecheck %s ;; $configured will be marked as @binaryen.js.called. $already is already marked, -;; and nothing changess. $unconfigured* are not in configureAll so they are left +;; and nothing changes. $unconfigured* are not in configureAll so they are left ;; alone. (module