fix typo in comment
authorJim Meyering <jim@meyering.net>
Sun, 9 Mar 2003 07:56:29 +0000 (07:56 +0000)
committerJim Meyering <jim@meyering.net>
Sun, 9 Mar 2003 07:56:29 +0000 (07:56 +0000)
src/cp.c

index adcb7b9..1f8a975 100644 (file)
--- a/src/cp.c
+++ b/src/cp.c
@@ -770,7 +770,7 @@ decode_preserve_arg (char const *arg, struct cp_options *x, int on_off)
       PRESERVE_OWNERSHIP, PRESERVE_LINK, PRESERVE_ALL
     };
 
-  /* Valid arguments to the `--reply' option. */
+  /* Valid arguments to the `--preserve' option. */
   static char const* const preserve_args[] =
     {
       "mode", "timestamps",