summaryrefslogtreecommitdiff
path: root/src/wasm-interp.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/wasm-interp.c')
-rw-r--r--src/wasm-interp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wasm-interp.c b/src/wasm-interp.c
index 4d80ecef..fd429381 100644
--- a/src/wasm-interp.c
+++ b/src/wasm-interp.c
@@ -470,7 +470,7 @@ static WasmResult read_and_run_spec_json(WasmAllocator* allocator,
return WASM_ERROR;
/* an extremely simple JSON parser that only knows how to parse the expected
- * format from sexpr-wasm */
+ * format from wast2wasm */
enum {
INITIAL,
TOP_OBJECT,