Skip to content

Commit 5cbd7f0

Browse files
authored
Fix "pessemistic" => "pessimistic" (#8756)
Found by my local spell checker git hook during a merge.
1 parent 0312a6f commit 5cbd7f0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/lit/passes/global-effects-indirect-merge.wast

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
;; Test that indirect call effects are preserved when types are rewritten
66
;; globally. When we rewrite $effectful and $not-effectful into the same type,
77
;; the resulting type has the same effects as the union of the two. This is
8-
;; pessemistic since indirect calls that targeted $not-effectful now look like
8+
;; pessimistic since indirect calls that targeted $not-effectful now look like
99
;; they may target $effectful as well which is not true in practice. This is the
1010
;; best we can do without preserving extra information before rewriting.
1111

0 commit comments

Comments
 (0)