[ms-sys] ms-sys cleanup

This commit is contained in:
Pete Batard 2012-11-04 00:46:15 +00:00
parent a352ad019d
commit 2a3b95a11a
6 changed files with 11 additions and 21 deletions

View file

@ -20,7 +20,7 @@ int entire_fat_32_br_matches(FILE *fp);
FALSE */
int write_fat_32_br(FILE *fp, int bKeepLabel);
/* returns TRUE if the file has an exact match ot the FAT32 boot record this
/* returns TRUE if the file has an exact match of the FAT32 boot record this
program would create for FreeDOS, otherwise FALSE.
The file position will change when this function is called! */
int entire_fat_32_fd_br_matches(FILE *fp);
@ -29,7 +29,7 @@ int entire_fat_32_fd_br_matches(FILE *fp);
otherwise FALSE */
int write_fat_32_fd_br(FILE *fp, int bKeepLabel);
/* returns TRUE if the file has an exact match ot the FAT32 boot record this
/* returns TRUE if the file has an exact match of the FAT32 boot record this
program would create for NT, otherwise FALSE.
The file position will change when this function is called! */
int entire_fat_32_nt_br_matches(FILE *fp);