Source-Changes-HG archive

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

[src/trunk]: src/sys/net Fix typo in a comment



details:   https://anonhg.NetBSD.org/src/rev/74f543bca34b
branches:  trunk
changeset: 817740:74f543bca34b
user:      ozaki-r <ozaki-r%NetBSD.org@localhost>
date:      Mon Sep 05 01:57:54 2016 +0000

description:
Fix typo in a comment

diffstat:

 sys/net/if_tun.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 240c8ee4461c -r 74f543bca34b sys/net/if_tun.c
--- a/sys/net/if_tun.c  Mon Sep 05 01:00:07 2016 +0000
+++ b/sys/net/if_tun.c  Mon Sep 05 01:57:54 2016 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: if_tun.c,v 1.128 2016/08/07 17:38:34 christos Exp $    */
+/*     $NetBSD: if_tun.c,v 1.129 2016/09/05 01:57:54 ozaki-r Exp $     */
 
 /*
  * Copyright (c) 1988, Julian Onions <jpo%cs.nott.ac.uk@localhost>
@@ -15,7 +15,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: if_tun.c,v 1.128 2016/08/07 17:38:34 christos Exp $");
+__KERNEL_RCSID(0, "$NetBSD: if_tun.c,v 1.129 2016/09/05 01:57:54 ozaki-r Exp $");
 
 #ifdef _KERNEL_OPT
 #include "opt_inet.h"
@@ -121,7 +121,7 @@
 
        /*
         * Nothing to do here, initialization is handled by the
-        * module initialization code in pppinit() below).
+        * module initialization code in tuninit() below).
         */
 }
 



Home | Main Index | Thread Index | Old Index