summaryrefslogtreecommitdiffstats
path: root/bin/rm/rm.c
diff options
context:
space:
mode:
authortrhodes <trhodes@FreeBSD.org>2002-05-16 01:57:20 +0000
committertrhodes <trhodes@FreeBSD.org>2002-05-16 01:57:20 +0000
commit56036d26233ff609be6306f948bdbebc57075335 (patch)
treea6535f7145cab2b794accc91e7549be9d65f90f6 /bin/rm/rm.c
parent24cc1f8e45f072238cecb4ba927e38f90d1627f5 (diff)
downloadFreeBSD-src-56036d26233ff609be6306f948bdbebc57075335.zip
FreeBSD-src-56036d26233ff609be6306f948bdbebc57075335.tar.gz
Consistancy check s/file system/filesystem/
Reviewed by: brian
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 5461724..0161c82 100644
--- a/bin/rm/rm.c
+++ b/bin/rm/rm.c
@@ -355,8 +355,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 file system (like FFS, or a V7 or a
- * System V file system). In a logging file system, you'll have to have
+ * 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
* kernel support.
*/
void
OpenPOWER on IntegriCloud