summaryrefslogtreecommitdiffstats
path: root/sbin/restore/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'sbin/restore/main.c')
-rw-r--r--sbin/restore/main.c4
1 files changed, 2 insertions, 2 deletions
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);
OpenPOWER on IntegriCloud