From f74c4a87968ecf73120cc4588e67c7ca06ab170f Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Thu, 23 Jul 2015 14:29:28 -0700 Subject: Fix typos. --- FAQ.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'FAQ.md') 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. -- cgit v1.2.3