Module Name:    src
Committed By:   skrll
Date:           Sun Feb 12 08:47:12 UTC 2017

Modified Files:
        src/sys/net: if_tap.c

Log Message:
Typo in comment


To generate a diff of this commit:
cvs rdiff -u -r1.96 -r1.97 src/sys/net/if_tap.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_tap.c
diff -u src/sys/net/if_tap.c:1.96 src/sys/net/if_tap.c:1.97
--- src/sys/net/if_tap.c:1.96	Sun Feb 12 08:40:19 2017
+++ src/sys/net/if_tap.c	Sun Feb 12 08:47:12 2017
@@ -1,4 +1,4 @@
-/*	$NetBSD: if_tap.c,v 1.96 2017/02/12 08:40:19 skrll Exp $	*/
+/*	$NetBSD: if_tap.c,v 1.97 2017/02/12 08:47:12 skrll Exp $	*/
 
 /*
  *  Copyright (c) 2003, 2004, 2008, 2009 The NetBSD Foundation.
@@ -33,7 +33,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: if_tap.c,v 1.96 2017/02/12 08:40:19 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: if_tap.c,v 1.97 2017/02/12 08:47:12 skrll Exp $");
 
 #if defined(_KERNEL_OPT)
 
@@ -226,7 +226,7 @@ struct if_clone tap_cloners = IF_CLONE_I
 					tap_clone_create,
 					tap_clone_destroy);
 
-/* Helper functionis shared by the two cloning code paths */
+/* Helper functions shared by the two cloning code paths */
 static struct tap_softc *	tap_clone_creator(int);
 int	tap_clone_destroyer(device_t);
 

Reply via email to