Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/bin/pax s/copy copy/copy/ in comment.



details:   https://anonhg.NetBSD.org/src/rev/1820c0faac22
branches:  trunk
changeset: 321500:1820c0faac22
user:      msaitoh <msaitoh%NetBSD.org@localhost>
date:      Mon Mar 19 03:11:39 2018 +0000

description:
s/copy copy/copy/ in comment.

diffstat:

 bin/pax/buf_subs.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r b909eab51e9e -r 1820c0faac22 bin/pax/buf_subs.c
--- a/bin/pax/buf_subs.c        Mon Mar 19 00:21:50 2018 +0000
+++ b/bin/pax/buf_subs.c        Mon Mar 19 03:11:39 2018 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: buf_subs.c,v 1.28 2007/04/29 20:23:34 msaitoh Exp $    */
+/*     $NetBSD: buf_subs.c,v 1.29 2018/03/19 03:11:39 msaitoh Exp $    */
 
 /*-
  * Copyright (c) 1992 Keith Muller.
@@ -42,7 +42,7 @@
 #if 0
 static char sccsid[] = "@(#)buf_subs.c 8.2 (Berkeley) 4/18/94";
 #else
-__RCSID("$NetBSD: buf_subs.c,v 1.28 2007/04/29 20:23:34 msaitoh Exp $");
+__RCSID("$NetBSD: buf_subs.c,v 1.29 2018/03/19 03:11:39 msaitoh Exp $");
 #endif
 #endif /* not lint */
 
@@ -493,7 +493,7 @@
        int cnt;
 
        /*
-        * while there is data to copy copy into the write buffer. when the
+        * while there is data to copy into the write buffer. when the
         * write buffer fills, flush it to the archive and continue
         */
        while (outcnt > 0) {



Home | Main Index | Thread Index | Old Index