diff options
author | Jim Meyering <jim@meyering.net> | 1998-01-19 09:29:27 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1998-01-19 09:29:27 +0000 |
commit | 2bec121abb1f12a1dccae09093b4184ac15c0d70 (patch) | |
tree | d9ea3ea4b259507303f4aa13fca8616d10fe8371 /src | |
parent | 412043f1d8eb4f1c6b6b02ad7b8eab6e4ed3a70f (diff) | |
download | coreutils-2bec121abb1f12a1dccae09093b4184ac15c0d70.tar.xz |
add `,' in comment
Diffstat (limited to 'src')
-rw-r--r-- | src/rm.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -20,7 +20,7 @@ /* Implementation overview: - In the `usual' case RM saves no state for directories it is processing. + 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 description of `ht' in remove_cwd_entries) so that when/if the containing directory is reopened, RM doesn't try to |