From: Jim Meyering Date: Sat, 30 Mar 2002 07:12:23 +0000 (+0000) Subject: (do_move): Correct a comment. X-Git-Tag: FILEUTILS-4_1_8~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=302c89b2852eb813d35a914dd37a8c36ac205b63;p=thirdparty%2Fcoreutils.git (do_move): Correct a comment. --- diff --git a/src/mv.c b/src/mv.c index b2dff121cc..4fcebb80ee 100644 --- a/src/mv.c +++ b/src/mv.c @@ -206,7 +206,7 @@ do_move (const char *source, const char *dest, const struct cp_options *x) else if (rename_succeeded) { /* No need to remove anything. SOURCE was successfully - renamed to DEST. */ + renamed to DEST. Or the user declined to rename a file. */ dir_to_remove = NULL; } else