Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/net Typo in comment
details: https://anonhg.NetBSD.org/src/rev/a5bbef8c6d96
branches: trunk
changeset: 351405:a5bbef8c6d96
user: skrll <skrll%NetBSD.org@localhost>
date: Sun Feb 12 08:47:12 2017 +0000
description:
Typo in comment
diffstat:
sys/net/if_tap.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 5de1097d8cab -r a5bbef8c6d96 sys/net/if_tap.c
--- a/sys/net/if_tap.c Sun Feb 12 08:40:19 2017 +0000
+++ b/sys/net/if_tap.c Sun Feb 12 08:47:12 2017 +0000
@@ -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 @@
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);
Home |
Main Index |
Thread Index |
Old Index