summaryrefslogtreecommitdiff
path: root/src/rm.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1997-09-27 23:45:54 +0000
committerJim Meyering <jim@meyering.net>1997-09-27 23:45:54 +0000
commit3e90df41a9271fc23fd5ffa0b59d15b81c20b6e3 (patch)
treee8dcb842e01910d2ce8b83272102d45ad33c409d /src/rm.c
parenta25003439a8b40b8ae0250bf82a2883dfefd2861 (diff)
downloadcoreutils-3e90df41a9271fc23fd5ffa0b59d15b81c20b6e3.tar.xz
tweak comment
Diffstat (limited to 'src/rm.c')
-rw-r--r--src/rm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rm.c b/src/rm.c
index af468a38a..4f7830eae 100644
--- a/src/rm.c
+++ b/src/rm.c
@@ -36,7 +36,7 @@
RM is careful to avoid forming full file names whenever possible.
A full file name is formed only when it is about to be used -- e.g.
- in a diagnostic or in an interactive mode prompt.
+ in a diagnostic or in an interactive-mode prompt.
RM minimizes the number of lstat system calls it makes. On systems
that have valid d_type data in directory entries, RM makes only one