libm typo fix
authornsz <nsz@port70.net>
Sat, 3 Mar 2012 20:52:48 +0000 (21:52 +0100)
committernsz <nsz@port70.net>
Sat, 3 Mar 2012 20:52:48 +0000 (21:52 +0100)
libm/index.html

index 611a08e..f36b59d 100644 (file)
@@ -323,9 +323,9 @@ is not ok: == raises invalid exception when x is nan,
 and even if we filter nans out 1/x will raise the
 divbyzero flag.
 <p>
-When a library wants to raise a flag deliberatly
+When a library wants to raise a flag deliberately
 but feraiseexcept is not available for some reason,
-then simple arithmetics can be be used just for its
+then simple arithmetics can be be used just for their
 exception raising side effect
 (eg. 1/0.0 to raise divbyzero), however beaware
 of compiler optimizations (dead code elimination,..).