]> sourceware.org Git - glibc.git/commitdiff
Fix typo in last arith.texi change.
authorJoseph Myers <joseph@codesourcery.com>
Wed, 3 Aug 2016 21:15:51 +0000 (21:15 +0000)
committerJoseph Myers <joseph@codesourcery.com>
Wed, 3 Aug 2016 21:15:51 +0000 (21:15 +0000)
* manual/arith.texi (nextup): Fix typo in last change.

ChangeLog
manual/arith.texi

index a261adac9f780bef1b7f202775295e28505591ac..954af379c50026d5202c8c38b2e4e753d92ed7f1 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2016-08-03  Joseph Myers  <joseph@codesourcery.com>
+
+       * manual/arith.texi (nextup): Fix typo in last change.
+
 2016-08-03  Zack Weinberg  <zackw@panix.com>
 
        [BZ #19239]
index 3d8bdd8cad67fe5dad66e92657812d33d4b307a5..ea8ff48618e253f8e78dffa310dc9204549fd091 100644 (file)
@@ -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
 
This page took 0.187662 seconds and 5 git commands to generate.