diff options
author | Heejin Ahn <aheejin@gmail.com> | 2023-10-03 15:17:58 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-03 15:17:58 -0700 |
commit | 24779b2a3fe5e5c7cc6b1da3661d346cd9c129ae (patch) | |
tree | be572b7aef6cfbfa667adb42c7a0023b74468adf /test/lit/help | |
parent | 5854873dfbf291018853f9da62c9cdb55007b27f (diff) | |
download | binaryen-24779b2a3fe5e5c7cc6b1da3661d346cd9c129ae.tar.gz binaryen-24779b2a3fe5e5c7cc6b1da3661d346cd9c129ae.tar.bz2 binaryen-24779b2a3fe5e5c7cc6b1da3661d346cd9c129ae.zip |
Asyncify: Improve comments (#5987)
This fixes some outdated comments and typos in Asyncify and improves
some other comments. This tries to make code comments more readable by
making them more accurate and also by using the three state (normal,
unwinding, and rewinding) consistently.
Drive-by fix: Typo fixes in SimplifyGlobals and wasm-reduce option.
Diffstat (limited to 'test/lit/help')
-rw-r--r-- | test/lit/help/wasm-reduce.test | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test/lit/help/wasm-reduce.test b/test/lit/help/wasm-reduce.test index 693116c09..a780d8bf9 100644 --- a/test/lit/help/wasm-reduce.test +++ b/test/lit/help/wasm-reduce.test @@ -17,9 +17,9 @@ ;; CHECK-NEXT: (TODO: stderr), and we reduce while ;; CHECK-NEXT: keeping those unchanged. ;; CHECK-NEXT: -;; CHECK-NEXT: --test,-t Test file (this will be written to to -;; CHECK-NEXT: test, the given command should read it -;; CHECK-NEXT: when we call it) +;; CHECK-NEXT: --test,-t Test file (this will be written to test, +;; CHECK-NEXT: the given command should read it when we +;; CHECK-NEXT: call it) ;; CHECK-NEXT: ;; CHECK-NEXT: --working,-w Working file (this will contain the ;; CHECK-NEXT: current good state while doing temporary |