summaryrefslogtreecommitdiff
path: root/manual/arith.texi
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2007-11-19 01:00:59 +0000
committerRoland McGrath <roland@gnu.org>2007-11-19 01:00:59 +0000
commit76cf98894ffb3caa117035e8ac929c492c60475d (patch)
tree4381b9977f1454c86ec4d693a86188400b9cc9c7 /manual/arith.texi
parent3c9af2594f8aab9a9d866997c61f784ebbc2d523 (diff)
* manual/arith.texi (Remainder Functions): Spelling fix.
From Shaun Silk <genix@mysoul.com.au>.
Diffstat (limited to 'manual/arith.texi')
-rw-r--r--manual/arith.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/manual/arith.texi b/manual/arith.texi
index 989bf04615..078885e86f 100644
--- a/manual/arith.texi
+++ b/manual/arith.texi
@@ -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}.