Module Name: src
Committed By: ozaki-r
Date: Mon Sep 5 01:57:54 UTC 2016
Modified Files:
src/sys/net: if_tun.c
Log Message:
Fix typo in a comment
To generate a diff of this commit:
cvs rdiff -u -r1.128 -r1.129 src/sys/net/if_tun.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/net/if_tun.c
diff -u src/sys/net/if_tun.c:1.128 src/sys/net/if_tun.c:1.129
--- src/sys/net/if_tun.c:1.128 Sun Aug 7 17:38:34 2016
+++ src/sys/net/if_tun.c Mon Sep 5 01:57:54 2016
@@ -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 <[email protected]>
@@ -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 @@ tunattach(int unused)
/*
* Nothing to do here, initialization is handled by the
- * module initialization code in pppinit() below).
+ * module initialization code in tuninit() below).
*/
}