From 136be46680c6e4a18cc827da991d4f9a0de29cba Mon Sep 17 00:00:00 2001 From: trhodes Date: Wed, 21 Aug 2002 18:11:48 +0000 Subject: s/filesystem/file system/g as discussed on -developers --- sbin/restore/main.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sbin/restore/main.c') diff --git a/sbin/restore/main.c b/sbin/restore/main.c index ef3df7a..2d316c0 100644 --- a/sbin/restore/main.c +++ b/sbin/restore/main.c @@ -194,7 +194,7 @@ main(int argc, char *argv[]) runcmdshell(); break; /* - * Incremental restoration of a filesystem. + * Incremental restoration of a file system. */ case 'r': setup(); @@ -231,7 +231,7 @@ main(int argc, char *argv[]) dumpsymtable(symtbl, (long)1); break; /* - * Resume an incremental filesystem restoration. + * Resume an incremental file system restoration. */ case 'R': initsymtable(symtbl); -- cgit v1.1