More work on the FAT driver, more messy, but more complete
[tpg/acess2.git] / Modules / Filesystems / FAT / fs_fat.h
index 84eee1d..072e2bf 100644 (file)
@@ -66,7 +66,7 @@ struct fat_filetable_s {
        Uint8   ctimems;        //!< 10ths of a second ranging from 0-199 (2 seconds)\r
        Uint16  ctime;  //!< Creation Time\r
        Uint16  cdate;  //!< Creation Date\r
-       Uint16  adate;  //!< Accessed Data. No Time feild though\r
+       Uint16  adate;  //!< Accessed Date. No Time feild though\r
        Uint16  clusterHi;      //!< High Cluster. 0 for FAT12 and FAT16\r
        Uint16  mtime;  //!< Last Modified Time\r
        Uint16  mdate;  //!< Last Modified Date\r

UCC git Repository :: git.ucc.asn.au