summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2015-11-19 10:49:56 -0800
committerAlon Zakai <alonzakai@gmail.com>2015-11-19 10:49:56 -0800
commit72df9069a59ffcdfe88bcb5caa8bec87d3f4de93 (patch)
tree439e504b9904cc3ffd22535c33bb6039a6239f68 /src
parentb800f24ee3bc90fcd22b55fb04dd4e30de3510d5 (diff)
downloadbinaryen-72df9069a59ffcdfe88bcb5caa8bec87d3f4de93.tar.gz
binaryen-72df9069a59ffcdfe88bcb5caa8bec87d3f4de93.tar.bz2
binaryen-72df9069a59ffcdfe88bcb5caa8bec87d3f4de93.zip
missing word
Diffstat (limited to 'src')
-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.
//