Sfoglia il codice sorgente

Fix syntax error in comment.

Manuel Novoa III 24 anni fa
parent
commit
417a99ec21
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      libm/double/round.c

+ 1 - 1
libm/double/round.c

@@ -40,7 +40,7 @@ double x;
  * Returns the nearest integer to x as a double precision
  * Returns the nearest integer to x as a double precision
  * floating point result.  If x ends in 0.5 exactly, the
  * floating point result.  If x ends in 0.5 exactly, the
  * nearest even integer is chosen.
  * nearest even integer is chosen.
- * /
+ */
 /*
 /*
 Originally round from
 Originally round from
 Cephes Math Library Release 2.1:  January, 1989
 Cephes Math Library Release 2.1:  January, 1989