summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2015-10-31 21:03:58 -0700
committerAlon Zakai <alonzakai@gmail.com>2015-10-31 21:03:58 -0700
commit0f0167441eee217e565400d2a4ac88ded545e464 (patch)
tree180d9d28a4ffcb228515f2512738ef9ebf3a4ae6
parent289015c222e43eea2fddfede5efaa0436ddfc4a4 (diff)
downloadbinaryen-0f0167441eee217e565400d2a4ac88ded545e464.tar.gz
binaryen-0f0167441eee217e565400d2a4ac88ded545e464.tar.bz2
binaryen-0f0167441eee217e565400d2a4ac88ded545e464.zip
fix typo
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index af5854000..cb2a62242 100644
--- a/README.md
+++ b/README.md
@@ -77,7 +77,7 @@ If you want an optimized buid, use
emcc src.cpp -o a.html --separate-asm -O[2,3,etc.] -s ALIASING_FUNCTION_POINTERS=0
```
-You need `ALIASING_FUNCTION_POINTERS=0` because WebAssembly does not allow aliased funciton pointers (there is a single table).
+You need `ALIASING_FUNCTION_POINTERS=0` because WebAssembly does not allow aliased function pointers (there is a single table).
## Testing