]> git.sur5r.net Git - cc65/commitdiff
Adjusted comment.
authorOliver Schmidt <ol.sc@web.de>
Thu, 8 Aug 2013 16:46:21 +0000 (18:46 +0200)
committerOliver Schmidt <ol.sc@web.de>
Thu, 8 Aug 2013 16:46:21 +0000 (18:46 +0200)
include/apple2.h

index 51475e2348a3761ea310dbc0c0c62ca206b87868..310e697b1809341137d29bfa5f82b2713c0d660c 100644 (file)
@@ -136,7 +136,8 @@ extern unsigned char _dos_type;
 
 
 /* The file stream implementation and the POSIX I/O functions will use the
- * following variables to determine the file type and the aux type to use.
+ * following variables to determine the file type, aux type and creation time
+ * stamp to use.
  */
 extern unsigned char _filetype;  /* Default: 6 */
 extern unsigned int _auxtype;    /* Default: 0 */