Two of those comments apply only when "moving" (not when copying).
authorJim Meyering <jim@meyering.net>
Sun, 27 Aug 2006 16:29:11 +0000 (16:29 +0000)
committerJim Meyering <jim@meyering.net>
Sun, 27 Aug 2006 16:29:11 +0000 (16:29 +0000)
Correct them.

src/copy.c

index 70886b3..5b69e8a 100644 (file)
@@ -1068,7 +1068,7 @@ copy_internal (char const *src_name, char const *dst_name,
                {
                  if (x->move_mode && x->backup_type != no_backups)
                    {
-                     /* Moving/copying a directory onto an existing
+                     /* Moving a directory onto an existing
                         non-directory is ok only with --backup.  */
                    }
                  else
@@ -1104,7 +1104,7 @@ copy_internal (char const *src_name, char const *dst_name,
                {
                  if (x->move_mode && x->backup_type != no_backups)
                    {
-                     /* Moving/copying a non-directory onto an existing
+                     /* Moving a non-directory onto an existing
                         directory is ok only with --backup.  */
                    }
                  else