From 417a99ec21dc8f4902852285d067a37088b4bd8d Mon Sep 17 00:00:00 2001 From: Manuel Novoa III Date: Wed, 27 Jun 2001 18:01:58 +0000 Subject: Fix syntax error in comment. --- libm/double/round.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libm') 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 -- cgit v1.2.3