Source-Changes-HG archive

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

src: typo in comment



details:   https://anonhg.NetBSD.org/src/rev/a880bdb641f8
branches:  trunk
changeset: 318195:a880bdb641f8
user:      maxv <maxv%NetBSD.org@localhost>
date:      Sun Apr 15 08:27:21 2018 +0000
description:
typo in comment

diffstat:

 sbin/ping6/ping6.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 4546fec1fd4a -r a880bdb641f8 sbin/ping6/ping6.c
--- a/sbin/ping6/ping6.c        Sun Apr 15 07:35:49 2018 +0000
+++ b/sbin/ping6/ping6.c        Sun Apr 15 08:27:21 2018 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: ping6.c,v 1.93 2016/12/18 01:30:54 dholland Exp $      */
+/*     $NetBSD: ping6.c,v 1.94 2018/04/15 08:27:21 maxv Exp $  */
 /*     $KAME: ping6.c,v 1.164 2002/11/16 14:05:37 itojun Exp $ */
 
 /*
@@ -77,7 +77,7 @@
 #else
 #include <sys/cdefs.h>
 #ifndef lint
-__RCSID("$NetBSD: ping6.c,v 1.93 2016/12/18 01:30:54 dholland Exp $");
+__RCSID("$NetBSD: ping6.c,v 1.94 2018/04/15 08:27:21 maxv Exp $");
 #endif
 #endif
 
@@ -686,7 +686,7 @@
        }
 
        /*
-        * let the kerel pass extension headers of incoming packets,
+        * let the kernel pass extension headers of incoming packets,
         * for privileged socket options
         */
        if ((options & F_VERBOSE) != 0) {



Home | Main Index | Thread Index | Old Index