Module Name: src
Committed By: skrll
Date: Mon May 2 08:03:23 UTC 2016
Modified Files:
src/sys/net: if.c
Log Message:
Typo in comment
To generate a diff of this commit:
cvs rdiff -u -r1.332 -r1.333 src/sys/net/if.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.c
diff -u src/sys/net/if.c:1.332 src/sys/net/if.c:1.333
--- src/sys/net/if.c:1.332 Thu Apr 28 01:37:17 2016
+++ src/sys/net/if.c Mon May 2 08:03:23 2016
@@ -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 @@ if_input(struct ifnet *ifp, struct mbuf
* 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