From 3468b317cb93827fbbd4b835f5c233804bc5203c Mon Sep 17 00:00:00 2001 From: Tom Rhodes Date: Thu, 16 May 2002 04:10:46 +0000 Subject: more file system > filesystem --- sbin/badsect/badsect.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sbin/badsect/badsect.c') diff --git a/sbin/badsect/badsect.c b/sbin/badsect/badsect.c index 27054620c9cc..6094db2e0330 100644 --- a/sbin/badsect/badsect.c +++ b/sbin/badsect/badsect.c @@ -52,7 +52,7 @@ static const char rcsid[] = * and makes files containing the blocks of which these sectors are a part. * It can be used to contain sectors which have problems if these sectors * are not part of the bad file for the pack (see bad144). For instance, - * this program can be used if the driver for the file system in question + * this program can be used if the driver for the filesystem in question * does not support bad block forwarding. */ #include @@ -169,7 +169,7 @@ chkuse(daddr_t blkno, int cnt) fsbn = dbtofsb(fs, blkno); if ((unsigned)(fsbn+cnt) > fs->fs_size) { - printf("block %ld out of range of file system\n", (long)blkno); + printf("block %ld out of range of filesystem\n", (long)blkno); return (1); } cg = dtog(fs, fsbn); @@ -200,7 +200,7 @@ chkuse(daddr_t blkno, int cnt) } /* - * read a block from the file system + * read a block from the filesystem */ void rdfs(daddr_t bno, int size, char *bf) -- cgit v1.2.3