(remove_cwd_entries): Fix typos in comment.
authorJim Meyering <jim@meyering.net>
Sat, 4 Jan 2003 09:42:53 +0000 (09:42 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 4 Jan 2003 09:42:53 +0000 (09:42 +0000)
src/remove.c

index 377f963951b52c5115a2480e85ad1f82c6e593db..6269c5097aab5055f131cc9d2c267914e9bcc8c8 100644 (file)
@@ -805,11 +805,11 @@ remove_entry (DS const *ds, char const *filename, struct rm_options const *x,
 
 /* Remove entries in `.', the current working directory (cwd).
    Upon finding a directory that is both non-empty and that can be chdir'd
-   into, return zero and set *SUBDIR and fill in SUBDIR_SB, where
+   into, return RM_OK and set *SUBDIR and fill in SUBDIR_SB, where
    SUBDIR is the malloc'd name of the subdirectory if the chdir succeeded,
    NULL otherwise (e.g., if opendir failed or if there was no subdirectory).
    Likewise, SUBDIR_SB is the result of calling lstat on SUBDIR.
-   Return RM_OK if all entries are removed.  Remove RM_ERROR if any
+   Return RM_OK if all entries are removed.  Return RM_ERROR if any
    entry cannot be removed.  Otherwise, return RM_USER_DECLINED if
    the user declines to remove at least one entry.  Remove as much as
    possible, continuing even if we fail to remove some entries.  */