summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/wasm.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/wasm.h b/src/wasm.h
index 769c0ecad..fcee2915c 100644
--- a/src/wasm.h
+++ b/src/wasm.h
@@ -1148,7 +1148,8 @@ std::ostream& Expression::print(std::ostream &o, unsigned indent) {
}
//
-// Simple WebAssembly children-first walking, with the ability to replace
+// 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
// the current expression node. Useful for writing optimization passes.
//