]> sourceware.org Git - glibc.git/commitdiff
* manual/arith.texi (Remainder Functions): Spelling fix.
authorRoland McGrath <roland@gnu.org>
Mon, 19 Nov 2007 01:00:59 +0000 (01:00 +0000)
committerRoland McGrath <roland@gnu.org>
Mon, 19 Nov 2007 01:00:59 +0000 (01:00 +0000)
From Shaun Silk <genix@mysoul.com.au>.

ChangeLog
manual/arith.texi

index 21cea2ecebfdf264ea6fefc0e0f3d05c0d7a5bd1..b64cd4b9d59dfe9a9ce14d07f7e9826062d96ca7 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2007-11-18  Roland McGrath  <roland@frob.com>
 
+       * manual/arith.texi (Remainder Functions): Spelling fix.
+       From Shaun Silk <genix@mysoul.com.au>.
+
        * sysdeps/mach/hurd/bits/fcntl.h (O_CLOEXEC): Fix value.
 
 2007-11-17  Ulrich Drepper  <drepper@redhat.com>
index 989bf046159663809aac915d285f48e55b13cd05..078885e86f9bcb411542de6427c20211e9646a72 100644 (file)
@@ -1520,7 +1520,7 @@ If @var{denominator} is zero, @code{fmod} signals a domain error.
 @comment math.h
 @comment BSD
 @deftypefunx {long double} dreml (long double @var{numerator}, long double @var{denominator})
-These functions are like @code{fmod} except that they rounds the
+These functions are like @code{fmod} except that they round the
 internal quotient @var{n} to the nearest integer instead of towards zero
 to an integer.  For example, @code{drem (6.5, 2.3)} returns @code{-0.4},
 which is @code{6.5} minus @code{6.9}.
This page took 0.055796 seconds and 5 git commands to generate.