summaryrefslogtreecommitdiffstats
path: root/sbin/dump/dump.h
diff options
context:
space:
mode:
authortrhodes <trhodes@FreeBSD.org>2002-05-16 04:10:46 +0000
committertrhodes <trhodes@FreeBSD.org>2002-05-16 04:10:46 +0000
commit896f3841bf047ca93766900f8cd8c5852e6a9245 (patch)
tree0adfec655f17ae1258112946fa8d7d72c9c75f76 /sbin/dump/dump.h
parent0c40c9d08e198e96b30b9b27d5caea7fce0f7118 (diff)
downloadFreeBSD-src-896f3841bf047ca93766900f8cd8c5852e6a9245.zip
FreeBSD-src-896f3841bf047ca93766900f8cd8c5852e6a9245.tar.gz
more file system > filesystem
Diffstat (limited to 'sbin/dump/dump.h')
-rw-r--r--sbin/dump/dump.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/dump/dump.h b/sbin/dump/dump.h
index f9a7234..f32113c 100644
--- a/sbin/dump/dump.h
+++ b/sbin/dump/dump.h
@@ -84,7 +84,7 @@ int tapeno; /* current tape number */
time_t tstart_writing; /* when started writing the first tape block */
time_t tend_writing; /* after writing the last tape block */
int passno; /* current dump pass number */
-struct fs *sblock; /* the file system super block */
+struct fs *sblock; /* the filesystem super block */
char sblock_buf[MAXBSIZE];
long dev_bsize; /* block size of underlying disk device */
int dev_bshift; /* log2(dev_bsize) */
OpenPOWER on IntegriCloud