diff options
Diffstat (limited to 'bin/rm/rm.c')
-rw-r--r-- | bin/rm/rm.c | 4 |
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 |