# HG changeset patch # User Eli Zaretskii # Date 1013173407 0 # Node ID 004354581e5473c4184b36c1fe0b4f597ca9dc95 # Parent 55a2fa4336d2ce2b73c5b9f76cca811b40260ce6 (Fround): Fix a typo. diff -r 55a2fa4336d2 -r 004354581e54 src/floatfns.c --- a/src/floatfns.c Fri Feb 08 12:42:06 2002 +0000 +++ b/src/floatfns.c Fri Feb 08 13:03:27 2002 +0000 @@ -864,7 +864,7 @@ Rounding a value equidistant between two integers may choose the integer closer to zero, or it may prefer an even integer, depending on your machine. For example, \(round 2.5\) can return 3 on some -systems, but 3 on others. */) +systems, but 2 on others. */) (arg, divisor) Lisp_Object arg, divisor; {