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/c50e6425e964
branches:  trunk
changeset: 345001:c50e6425e964
user:      skrll <skrll%NetBSD.org@localhost>
date:      Mon May 02 08:03:23 2016 +0000

description:
Typo in comment

diffstat:

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

diffs (27 lines):

diff -r 30a4584bc7cb -r c50e6425e964 sys/net/if.c
--- a/sys/net/if.c      Mon May 02 01:47:14 2016 +0000
+++ b/sys/net/if.c      Mon May 02 08:03:23 2016 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: if.c,v 1.332 2016/04/28 01:37:17 knakahara Exp $       */
+/*     $NetBSD: if.c,v 1.333 2016/05/02 08:03:23 skrll Exp $   */
 
 /*-
  * Copyright (c) 1999, 2000, 2001, 2008 The NetBSD Foundation, Inc.
@@ -90,7 +90,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: if.c,v 1.332 2016/04/28 01:37:17 knakahara Exp $");
+__KERNEL_RCSID(0, "$NetBSD: if.c,v 1.333 2016/05/02 08:03:23 skrll Exp $");
 
 #if defined(_KERNEL_OPT)
 #include "opt_inet.h"
@@ -912,7 +912,7 @@
  * See the above comment of if_initialize.
  *
  * Note that it implicitly enables if_percpuq to make drivers easy to
- * migrate softinet-based if_input without much changes. If you don't
+ * migrate softint-based if_input without much changes. If you don't
  * want to enable it, use if_initialize instead.
  */
 void



Home | Main Index | Thread Index | Old Index