Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/net Fix typo in a comment



details:   https://anonhg.NetBSD.org/src/rev/100993672387
branches:  trunk
changeset: 821071:100993672387
user:      ozaki-r <ozaki-r%NetBSD.org@localhost>
date:      Mon Jan 23 06:47:54 2017 +0000

description:
Fix typo in a comment

diffstat:

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

diffs (27 lines):

diff -r eee4778f8b17 -r 100993672387 sys/net/if_vlan.c
--- a/sys/net/if_vlan.c Mon Jan 23 02:32:54 2017 +0000
+++ b/sys/net/if_vlan.c Mon Jan 23 06:47:54 2017 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: if_vlan.c,v 1.94 2017/01/13 06:11:56 msaitoh Exp $     */
+/*     $NetBSD: if_vlan.c,v 1.95 2017/01/23 06:47:54 ozaki-r Exp $     */
 
 /*-
  * Copyright (c) 2000, 2001 The NetBSD Foundation, Inc.
@@ -78,7 +78,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: if_vlan.c,v 1.94 2017/01/13 06:11:56 msaitoh Exp $");
+__KERNEL_RCSID(0, "$NetBSD: if_vlan.c,v 1.95 2017/01/23 06:47:54 ozaki-r Exp $");
 
 #ifdef _KERNEL_OPT
 #include "opt_inet.h"
@@ -733,7 +733,7 @@
 
 #ifdef ALTQ
                /*
-                * KERNEL_LOCK is required for ALTQ even if NET_MPSAFE if defined.
+                * KERNEL_LOCK is required for ALTQ even if NET_MPSAFE is defined.
                 */
                KERNEL_LOCK(1, NULL);
                /*



Home | Main Index | Thread Index | Old Index