NetBSD-Bugs archive

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

kern/52885: The wm(4) has possible typo in comment



>Number:         52885
>Category:       kern
>Synopsis:       The wm(4) has possible typo in comment
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    kern-bug-people
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Mon Jan 01 07:05:00 +0000 2018
>Originator:     Shinichi Doyashiki
>Release:        NetBSD 8.99.9
>Organization:
	at home
>Environment:
System: NetBSD router.csel.org 8.99.9 NetBSD 8.99.9 (XCYMINIPC) #17: Sat Dec 30 01:26:39 JST 2017 clare%router.csel.org@localhost:/export/stage/hack/sys/arch/amd64/compile/XCYMINIPC amd64
Architecture: x86_64
Machine: amd64
>Description:
	The wm(4) has possible typo in comment.
>How-To-Repeat:
	See the source.
>Fix:
Index: if_wm.c
===================================================================
RCS file: /export/cvsroot/netbsd/src/sys/dev/pci/if_wm.c,v
retrieving revision 1.550
diff -u -r1.550 if_wm.c
--- if_wm.c	28 Dec 2017 06:13:50 -0000	1.550
+++ if_wm.c	1 Jan 2018 06:58:03 -0000
@@ -7870,7 +7876,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