Source-Changes-HG archive

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

[src/trunk]: src/bin/pax From OpenBSD r1.49



details:   https://anonhg.NetBSD.org/src/rev/c2cb7268927f
branches:  trunk
changeset: 806819:c2cb7268927f
user:      sevan <sevan%NetBSD.org@localhost>
date:      Mon Mar 09 23:38:08 2015 +0000

description:
>From OpenBSD r1.49
Fix comment grammar

diffstat:

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

diffs (27 lines):

diff -r 0df75254276d -r c2cb7268927f bin/pax/ar_io.c
--- a/bin/pax/ar_io.c   Mon Mar 09 22:05:06 2015 +0000
+++ b/bin/pax/ar_io.c   Mon Mar 09 23:38:08 2015 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: ar_io.c,v 1.55 2014/08/08 14:48:55 joerg Exp $ */
+/*     $NetBSD: ar_io.c,v 1.56 2015/03/09 23:38:08 sevan Exp $ */
 
 /*-
  * Copyright (c) 1992 Keith Muller.
@@ -42,7 +42,7 @@
 #if 0
 static char sccsid[] = "@(#)ar_io.c    8.2 (Berkeley) 4/18/94";
 #else
-__RCSID("$NetBSD: ar_io.c,v 1.55 2014/08/08 14:48:55 joerg Exp $");
+__RCSID("$NetBSD: ar_io.c,v 1.56 2015/03/09 23:38:08 sevan Exp $");
 #endif
 #endif /* not lint */
 
@@ -255,7 +255,7 @@
        }
 
        /*
-        * make sure we beyond any doubt that we only can unlink regular files
+        * make sure beyond any doubt that we can unlink only regular files
         * we created
         */
        if (artyp != ISREG)



Home | Main Index | Thread Index | Old Index