Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/pci PR/52885 - Shinichi Doyashiki -- typo in comment



details:   https://anonhg.NetBSD.org/src/rev/28d585868762
branches:  trunk
changeset: 828780:28d585868762
user:      jnemeth <jnemeth%NetBSD.org@localhost>
date:      Mon Jan 01 08:33:28 2018 +0000

description:
PR/52885 - Shinichi Doyashiki -- typo in comment

diffstat:

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

diffs (27 lines):

diff -r ff26bb851309 -r 28d585868762 sys/dev/pci/if_wm.c
--- a/sys/dev/pci/if_wm.c       Mon Jan 01 08:14:13 2018 +0000
+++ b/sys/dev/pci/if_wm.c       Mon Jan 01 08:33:28 2018 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: if_wm.c,v 1.550 2017/12/28 06:13:50 msaitoh Exp $      */
+/*     $NetBSD: if_wm.c,v 1.551 2018/01/01 08:33:28 jnemeth Exp $      */
 
 /*
  * Copyright (c) 2001, 2002, 2003, 2004 Wasabi Systems, Inc.
@@ -83,7 +83,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: if_wm.c,v 1.550 2017/12/28 06:13:50 msaitoh Exp $");
+__KERNEL_RCSID(0, "$NetBSD: if_wm.c,v 1.551 2018/01/01 08:33:28 jnemeth Exp $");
 
 #ifdef _KERNEL_OPT
 #include "opt_net_mpsafe.h"
@@ -7870,7 +7870,7 @@
                lasttx = nexttx;
                nexttx = WM_NEXTTX(txq, nexttx);
                /*
-                * fill in the next descriptors. legacy or adcanced format
+                * fill in the next descriptors. legacy or advanced format
                 * is the same here
                 */
                for (seg = 1; seg < dmamap->dm_nsegs;



Home | Main Index | Thread Index | Old Index