From: Jim Meyering Date: Mon, 27 Oct 1997 03:22:01 +0000 (+0000) Subject: fix typo in comment X-Git-Tag: TEXTUTILS-1_22c~149 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=94c4bdd4c8ab257860bcc583639af73727eb2d58;p=platform%2Fupstream%2Fcoreutils.git fix typo in comment --- diff --git a/src/rm.c b/src/rm.c index 40231bd..f1b48ed 100644 --- 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 description of `ht' remove_cwd_entries) so that when/if the containing directory is reopened, RM doesn't try to remove the entry again.