projects
/
platform
/
upstream
/
coreutils.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b67ad81
)
fix typo in comment
author
Jim Meyering
<jim@meyering.net>
Mon, 27 Oct 1997 03:22:01 +0000
(
03:22
+0000)
committer
Jim Meyering
<jim@meyering.net>
Mon, 27 Oct 1997 03:22:01 +0000
(
03:22
+0000)
src/rm.c
patch
|
blob
|
history
diff --git
a/src/rm.c
b/src/rm.c
index 40231bdfd2f399fbd10ab2748eae2fde589ddbad..f1b48ed273c57e7cadd05f90816ed79bf1806967 100644
(file)
--- a/
src/rm.c
+++ b/
src/rm.c
@@
-22,7
+22,7
@@
In the `usual' case RM saves no state for directories it is processing.
When a removal fails (either due to an error or to an interactive `no'
- reply), the failure is noted (see descriptin of `ht' remove_cwd_entries)
+ reply), the failure is noted (see descripti
o
n of `ht' remove_cwd_entries)
so that when/if the containing directory is reopened, RM doesn't try to
remove the entry again.