summaryrefslogtreecommitdiffstats
path: root/sbin/fsck_ffs/globs.c
diff options
context:
space:
mode:
Diffstat (limited to 'sbin/fsck_ffs/globs.c')
-rw-r--r--sbin/fsck_ffs/globs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/fsck_ffs/globs.c b/sbin/fsck_ffs/globs.c
index c5b1e1b..e910bc9 100644
--- a/sbin/fsck_ffs/globs.c
+++ b/sbin/fsck_ffs/globs.c
@@ -73,7 +73,7 @@ char snapname[BUFSIZ]; /* when doing snapshots, the name of the file */
char *cdevname; /* name of device being checked */
long dev_bsize; /* computed value of DEV_BSIZE */
long secsize; /* actual disk sector size */
-u_int real_dev_bsize; /* actual disk sector size, not overriden */
+u_int real_dev_bsize; /* actual disk sector size, not overridden */
char nflag; /* assume a no response */
char yflag; /* assume a yes response */
int bkgrdflag; /* use a snapshot to run on an active system */
OpenPOWER on IntegriCloud