From 5602cf742f9e9832ca139c5c1ab9a5fb2ae80a92 Mon Sep 17 00:00:00 2001 From: Oliver Schmidt Date: Thu, 8 Aug 2013 18:46:21 +0200 Subject: [PATCH] Adjusted comment. --- include/apple2.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/apple2.h b/include/apple2.h index 51475e234..310e697b1 100644 --- a/include/apple2.h +++ b/include/apple2.h @@ -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 */ -- 2.39.5