Makign debug functions thread safe
[tpg/acess2.git] / Modules / Filesystems / FAT / fs_fat.h
index 84eee1d..f98f245 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
@@ -75,9 +75,9 @@ struct fat_filetable_s {
 } __attribute__((packed));\r
 \r
 /**\r
- \struct fat_longfilename_s\r
- \brief Format of a long file name entry on disk\r
-*/\r
\struct fat_longfilename_s\r
\brief Format of a long file name entry on disk\r
+ */\r
 struct fat_longfilename_s {\r
        Uint8   id;     //!< ID of entry. Bit 6 is set for last entry\r
        Uint16  name1[5];       //!< 5 characters of name\r

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