diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/wasm.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/wasm.h b/src/wasm.h index fb1b533b9..6fc4ca5aa 100644 --- a/src/wasm.h +++ b/src/wasm.h @@ -1159,7 +1159,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. // |