aboutsummaryrefslogtreecommitdiff
path: root/FAQ.md
diff options
context:
space:
mode:
authorDan Gohman <sunfish@mozilla.com>2015-07-23 14:29:28 -0700
committerDan Gohman <sunfish@mozilla.com>2015-07-23 14:29:28 -0700
commitf74c4a87968ecf73120cc4588e67c7ca06ab170f (patch)
tree2cfa3578bd78ceda7bdd049ad9098ba77d68e571 /FAQ.md
parentc89cdeec7ac1b85052ee2d034ce82e333d95fb4e (diff)
downloadnanowasm-design-f74c4a87968ecf73120cc4588e67c7ca06ab170f.tar.gz
Fix typos.
Diffstat (limited to 'FAQ.md')
-rw-r--r--FAQ.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/FAQ.md b/FAQ.md
index a18d3a6..5e0a840 100644
--- a/FAQ.md
+++ b/FAQ.md
@@ -228,4 +228,4 @@ WebAssembly implementations run on the user side, so there is no opportunity for
* Most of the individual floating point operations that WebAssembly does have already map to individual fast instructions in hardware. Telling `add`, `sub`, or `mul` they don't have to worry about NaN for example doesn't make them any faster, because NaN is handled quickly and transparently in hardware on all modern platforms.
- * WebAssembly has no floating point traps, status register, dynamic rounding modes, or signalling NaNs, so optimizations that depend on the absense of these features are all safe.
+ * WebAssembly has no floating point traps, status register, dynamic rounding modes, or signalling NaNs, so optimizations that depend on the absence of these features are all safe.