From 896f3841bf047ca93766900f8cd8c5852e6a9245 Mon Sep 17 00:00:00 2001 From: trhodes Date: Thu, 16 May 2002 04:10:46 +0000 Subject: more file system > filesystem --- sbin/fsck_ffs/pass1.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sbin/fsck_ffs/pass1.c') diff --git a/sbin/fsck_ffs/pass1.c b/sbin/fsck_ffs/pass1.c index ef31787..cfb8af8 100644 --- a/sbin/fsck_ffs/pass1.c +++ b/sbin/fsck_ffs/pass1.c @@ -68,7 +68,7 @@ pass1(void) struct inodesc idesc; /* - * Set file system reserved blocks in used block map. + * Set filesystem reserved blocks in used block map. */ for (c = 0; c < sblock.fs_ncg; c++) { cgd = cgdmin(&sblock, c); -- cgit v1.1