OSDN Git Service

* include/math.h (tgamma): Correct typo in comment.
authordannysmith <dannysmith>
Sun, 26 Jan 2003 07:04:04 +0000 (07:04 +0000)
committerdannysmith <dannysmith>
Sun, 26 Jan 2003 07:04:04 +0000 (07:04 +0000)
winsup/mingw/ChangeLog
winsup/mingw/include/math.h

index 25aa9c8..c180100 100644 (file)
@@ -1,5 +1,9 @@
 2003-01-26  Danny Smith  <dannysmith@users.sourceforge.net>
 
+       * include/math.h (tgamma): Correct typo in comment.
+
+2003-01-26  Danny Smith  <dannysmith@users.sourceforge.net>
+
        * mingwex/mingw-fseek.c (INLINE): Remove define.
        (__mingw_is_win9x): Remove static inline function.
        (_mingw_fwrite): Use _osver instead of __mingw_is_win9x.
index 4d3295e..6249d02 100644 (file)
@@ -533,13 +533,11 @@ extern long double erfcl (long double);
 */ 
 
 /* 7.12.8.3 The lgamma functions */
-
 extern double lgamma (double);
 extern float lgammaf (float);
 extern long double lgammal (long double);
 
-/* 77.12.8.4 The tgamma functions */
-
+/* 7.12.8.4 The tgamma functions */
 extern double tgamma (double);
 extern float tgammaf (float);
 extern long double tgammal (long double);