Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/pci fix typo



details:   https://anonhg.NetBSD.org/src/rev/0027df5adb5a
branches:  trunk
changeset: 352290:0027df5adb5a
user:      knakahara <knakahara%NetBSD.org@localhost>
date:      Fri Mar 24 10:39:10 2017 +0000

description:
fix typo

pointed out by ozaki-r@n.o.

diffstat:

 sys/dev/pci/if_wm.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 87a4f0e34cc3 -r 0027df5adb5a sys/dev/pci/if_wm.c
--- a/sys/dev/pci/if_wm.c       Fri Mar 24 10:22:23 2017 +0000
+++ b/sys/dev/pci/if_wm.c       Fri Mar 24 10:39:10 2017 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: if_wm.c,v 1.504 2017/03/24 10:18:55 knakahara Exp $    */
+/*     $NetBSD: if_wm.c,v 1.505 2017/03/24 10:39:10 knakahara Exp $    */
 
 /*
  * Copyright (c) 2001, 2002, 2003, 2004 Wasabi Systems, Inc.
@@ -84,7 +84,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: if_wm.c,v 1.504 2017/03/24 10:18:55 knakahara Exp $");
+__KERNEL_RCSID(0, "$NetBSD: if_wm.c,v 1.505 2017/03/24 10:39:10 knakahara Exp $");
 
 #ifdef _KERNEL_OPT
 #include "opt_net_mpsafe.h"
@@ -2563,7 +2563,7 @@
                ifp->if_start = wm_nq_start;
                /*
                 * When the number of CPUs is one and the controller can use
-                * MSII-X, wm(4) use MSI-X but *does not* use multiqueue.
+                * MSI-X, wm(4) use MSI-X but *does not* use multiqueue.
                 * That is, wm(4) use two interrupts, one is used for Tx/Rx
                 * and the other is used for link status changing.
                 * In this situation, wm_nq_transmit() is disadvantageous



Home | Main Index | Thread Index | Old Index