OSDN Git Service

* CRTfmode.c: Nit-pick comment fix.
authordannysmith <dannysmith>
Sun, 17 Jun 2007 02:12:47 +0000 (02:12 +0000)
committerdannysmith <dannysmith>
Sun, 17 Jun 2007 02:12:47 +0000 (02:12 +0000)
winsup/mingw/CRTfmode.c
winsup/mingw/ChangeLog

index c956b5e..cc1653a 100644 (file)
@@ -10,7 +10,7 @@
  *     
  * To override the default, add, eg:
  *
- * #include <fcntl.h
+ * #include <fcntl.h>
  * int _CRT_fmode = _O_BINARY;
  *
  * to your app.        
index e604573..05979a5 100644 (file)
@@ -1,3 +1,7 @@
+2007-06-16  Danny Smith  <dannysmith@users.sourceforge.net>'
+
+       * CRTfmode.c: Nit-pick comment fix.
+
 2007-06-16  Christopher Faylor  <me+cygwin@cgf.cx>
 
        * CRTfmode.c: Fix nested comment.