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/df9cd59072b5
branches: trunk
changeset: 360612:df9cd59072b5
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 3da78c5471ba -r df9cd59072b5 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