summaryrefslogtreecommitdiffstats
path: root/bin/rm/rm.c
diff options
context:
space:
mode:
authortrhodes <trhodes@FreeBSD.org>2002-08-21 17:32:44 +0000
committertrhodes <trhodes@FreeBSD.org>2002-08-21 17:32:44 +0000
commit9618da3e35435c433d8086d65af15f716ffe32ec (patch)
tree170fdd70317f0e6648584759afc92e4021ebcd92 /bin/rm/rm.c
parent34ae8fe5374af25df8e04d804f045ed309399984 (diff)
downloadFreeBSD-src-9618da3e35435c433d8086d65af15f716ffe32ec.zip
FreeBSD-src-9618da3e35435c433d8086d65af15f716ffe32ec.tar.gz
s/filesystem/file system/ as discussed on -developers
Diffstat (limited to 'bin/rm/rm.c')
-rw-r--r--bin/rm/rm.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/rm/rm.c b/bin/rm/rm.c
index eeb86f0..6175277 100644
--- a/bin/rm/rm.c
+++ b/bin/rm/rm.c
@@ -357,8 +357,8 @@ rm_file(char **argv)
* XXX
* This is a cheap way to *really* delete files. Note that only regular
* files are deleted, directories (and therefore names) will remain.
- * Also, this assumes a fixed-block filesystem (like FFS, or a V7 or a
- * System V filesystem). In a logging filesystem, you'll have to have
+ * Also, this assumes a fixed-block file system (like FFS, or a V7 or a
+ * System V file system). In a logging file system, you'll have to have
* kernel support.
*/
void
OpenPOWER on IntegriCloud