summaryrefslogtreecommitdiff
path: root/src/wasm.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/wasm.h')
-rw-r--r--src/wasm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wasm.h b/src/wasm.h
index 4cab41f96..49951c14a 100644
--- a/src/wasm.h
+++ b/src/wasm.h
@@ -1190,7 +1190,7 @@ std::ostream& Expression::print(std::ostream &o, unsigned indent) {
//
// Simple WebAssembly children-first walking (i.e., post-order, if you look
-// at the children as subtrees of the current node), with the ability to
+// at the children as subtrees of the current node), with the ability to replace
// the current expression node. Useful for writing optimization passes.
//