diff options
Diffstat (limited to 'libm/double/round.c')
-rw-r--r-- | libm/double/round.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libm/double/round.c b/libm/double/round.c index c80ae66a0..d20697123 100644 --- a/libm/double/round.c +++ b/libm/double/round.c @@ -40,7 +40,7 @@ double x; * Returns the nearest integer to x as a double precision * floating point result. If x ends in 0.5 exactly, the * nearest even integer is chosen. - * / + */ /* Originally round from Cephes Math Library Release 2.1: January, 1989 |