Fix typo.
authorTaylor R Campbell <campbell@mumble.net>
Mon, 1 Jul 2019 00:22:21 +0000 (00:22 +0000)
committerTaylor R Campbell <campbell@mumble.net>
Mon, 1 Jul 2019 00:22:21 +0000 (00:22 +0000)
doc/ref-manual/numbers.texi

index 40a4abab1ad04095d0fca21b44c30fe8a9a9fff5..f8bf052325b5e50c66681e580a08fa8076865e84 100644 (file)
@@ -1149,7 +1149,7 @@ x f'(x)/f(x) = x/[(1 - exp(x)) log(exp(x)/(1 - exp(x)))]
 @end ifnottex
 @end itemize
 
-This implementation gives forwar relative error bounded by ten times
+This implementation gives forward relative error bounded by ten times
 the forward relative error bound of the system math library's log and
 exp, which is usually below 1ulp.
 @end deffn