Module Name: src Committed By: msaitoh Date: Mon Mar 19 03:11:39 UTC 2018
Modified Files: src/bin/pax: buf_subs.c Log Message: s/copy copy/copy/ in comment. To generate a diff of this commit: cvs rdiff -u -r1.28 -r1.29 src/bin/pax/buf_subs.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/bin/pax/buf_subs.c diff -u src/bin/pax/buf_subs.c:1.28 src/bin/pax/buf_subs.c:1.29 --- src/bin/pax/buf_subs.c:1.28 Sun Apr 29 20:23:34 2007 +++ src/bin/pax/buf_subs.c Mon Mar 19 03:11:39 2018 @@ -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 @@ wr_rdbuf(char *out, int outcnt) 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) {