aboutsummaryrefslogtreecommitdiff
path: root/sbin/fsck_msdosfs/ext.h
diff options
context:
space:
mode:
Diffstat (limited to 'sbin/fsck_msdosfs/ext.h')
-rw-r--r--sbin/fsck_msdosfs/ext.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/sbin/fsck_msdosfs/ext.h b/sbin/fsck_msdosfs/ext.h
index 5fe1d9c44909..ad80b157844b 100644
--- a/sbin/fsck_msdosfs/ext.h
+++ b/sbin/fsck_msdosfs/ext.h
@@ -49,7 +49,7 @@ extern int alwaysyes; /* assume "yes" for all questions */
extern int preen; /* we are preening */
extern int rdonly; /* device is opened read only (supersedes above) */
-extern char *fname; /* filesystem currently checked */
+extern char *fname; /* file system currently checked */
extern struct dosDirEntry *rootDir;
@@ -59,7 +59,7 @@ extern struct dosDirEntry *rootDir;
int ask(int, const char *, ...) __attribute__((__format__(__printf__,2,3)));
/*
- * Check filesystem given as arg
+ * Check file system given as arg
*/
int checkfilesys(const char *);
@@ -73,7 +73,7 @@ int checkfilesys(const char *);
#define FSERROR 8 /* Some unrecovered error remains */
#define FSFATAL 16 /* Some unrecoverable error occured */
#define FSDIRTY 32 /* File system is dirty */
-#define FSFIXFAT 64 /* Fix filesystem FAT */
+#define FSFIXFAT 64 /* Fix file system FAT */
/*
* read a boot block in a machine independend fashion and translate