diff options
Diffstat (limited to 'sbin/dump/tape.c')
-rw-r--r-- | sbin/dump/tape.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/dump/tape.c b/sbin/dump/tape.c index aa65b47..4a3b810 100644 --- a/sbin/dump/tape.c +++ b/sbin/dump/tape.c @@ -82,7 +82,7 @@ static void rollforward(void); * Concurrent dump mods (Caltech) - disk block reading and tape writing * are exported to several slave processes. While one slave writes the * tape, the others read disk blocks; they pass control of the tape in - * a ring via signals. The parent process traverses the filesystem and + * a ring via signals. The parent process traverses the file system and * sends writeheader()'s and lists of daddr's to the slaves via pipes. * The following structure defines the instruction packets sent to slaves. */ |