aboutsummaryrefslogtreecommitdiff
path: root/sbin/restore/restore.h
diff options
context:
space:
mode:
authorTom Rhodes <trhodes@FreeBSD.org>2002-08-21 18:11:48 +0000
committerTom Rhodes <trhodes@FreeBSD.org>2002-08-21 18:11:48 +0000
commitce66ddb76352a2e5f34aacdbe7733d92e60aff17 (patch)
treeb5ee0aba66633a4e0e47097e4f383c253a87887a /sbin/restore/restore.h
parent7d971bbf29d32d2a93e71f178b5e6aa0c544df1c (diff)
downloadsrc-ce66ddb76352a2e5f34aacdbe7733d92e60aff17.tar.gz
src-ce66ddb76352a2e5f34aacdbe7733d92e60aff17.zip
s/filesystem/file system/g as discussed on -developers
Notes
Notes: svn path=/head/; revision=102231
Diffstat (limited to 'sbin/restore/restore.h')
-rw-r--r--sbin/restore/restore.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/restore/restore.h b/sbin/restore/restore.h
index 6aff827dfc80..8d7206dfc78d 100644
--- a/sbin/restore/restore.h
+++ b/sbin/restore/restore.h
@@ -55,7 +55,7 @@ extern int yflag; /* always try to recover from tape errors */
*/
extern char *dumpmap; /* map of inodes on this dump tape */
extern char *usedinomap; /* map of inodes that are in use on this fs */
-extern ino_t maxino; /* highest numbered inode in this filesystem */
+extern ino_t maxino; /* highest numbered inode in this file system */
extern long dumpnum; /* location of the dump on this tape */
extern long volno; /* current volume being read */
extern long ntrec; /* number of TP_BSIZE records per tape block */
@@ -66,7 +66,7 @@ extern FILE *terminal; /* file descriptor for the terminal input */
extern int Bcvt; /* need byte swapping on inodes and dirs */
/*
- * Each file in the filesystem is described by one of these entries
+ * Each file in the file system is described by one of these entries
*/
struct entry {
char *e_name; /* the current name of this entry */