about summary refs log tree commit diff
path: root/manual
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2016-08-03 21:15:51 +0000
committerJoseph Myers <joseph@codesourcery.com>2016-08-03 21:15:51 +0000
commit71b480444799983c2dc4f512671c47f78d99ac13 (patch)
treef027ecfc0be68f7e9128f41110539b23901a883b /manual
parentdbab6577c6684c62bd2521c1c29dc25c3cac966f (diff)
downloadglibc-71b480444799983c2dc4f512671c47f78d99ac13.tar.gz
glibc-71b480444799983c2dc4f512671c47f78d99ac13.tar.xz
glibc-71b480444799983c2dc4f512671c47f78d99ac13.zip
Fix typo in last arith.texi change.
	* manual/arith.texi (nextup): Fix typo in last change.
Diffstat (limited to 'manual')
-rw-r--r--manual/arith.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/manual/arith.texi b/manual/arith.texi
index 3d8bdd8cad..ea8ff48618 100644
--- a/manual/arith.texi
+++ b/manual/arith.texi
@@ -1717,7 +1717,7 @@ subnormal number in the type of @var{x} the function returns @code{-0}.  If
 @math{@var{x} = @code{0}} the function returns the smallest positive subnormal
 number in the type of @var{x}.  If @var{x} is NaN, NaN is returned.
 If @var{x} is @math{+@infinity{}}, @math{+@infinity{}} is returned.
-@code{nextup} from TS 18661-1:2014.
+@code{nextup} is from TS 18661-1:2014.
 @code{nextup} never raises an exception except for signaling NaNs.
 @end deftypefun