diff options
author | trhodes <trhodes@FreeBSD.org> | 2002-08-21 18:11:48 +0000 |
---|---|---|
committer | trhodes <trhodes@FreeBSD.org> | 2002-08-21 18:11:48 +0000 |
commit | 136be46680c6e4a18cc827da991d4f9a0de29cba (patch) | |
tree | b5ee0aba66633a4e0e47097e4f383c253a87887a /sbin/restore/restore.c | |
parent | 9618da3e35435c433d8086d65af15f716ffe32ec (diff) | |
download | FreeBSD-src-136be46680c6e4a18cc827da991d4f9a0de29cba.zip FreeBSD-src-136be46680c6e4a18cc827da991d4f9a0de29cba.tar.gz |
s/filesystem/file system/g as discussed on -developers
Diffstat (limited to 'sbin/restore/restore.c')
-rw-r--r-- | sbin/restore/restore.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/restore/restore.c b/sbin/restore/restore.c index 0a3647d..08b932f 100644 --- a/sbin/restore/restore.c +++ b/sbin/restore/restore.c @@ -325,7 +325,7 @@ nodeupdates(char *name, ino_t ino, int type) /* * A previously non-existent file. - * Add it to the filesystem, and request its extraction. + * Add it to the file system, and request its extraction. * If it is a directory, create it immediately. * (Since the name is unused there can be no conflict) */ |