summaryrefslogtreecommitdiff
path: root/libm
diff options
context:
space:
mode:
authorManuel Novoa III <mjn3@codepoet.org>2001-06-27 18:01:58 +0000
committerManuel Novoa III <mjn3@codepoet.org>2001-06-27 18:01:58 +0000
commit417a99ec21dc8f4902852285d067a37088b4bd8d (patch)
tree0f2cae0414500a73e2e0f068de26ea73ca7cb9df /libm
parenta79cec095d20bca36305211ce36b6f92a96b1245 (diff)
Fix syntax error in comment.
Diffstat (limited to 'libm')
-rw-r--r--libm/double/round.c2
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