Subject: kern/16386: two typos in if_tl.c
To: None <gnats-bugs@gnats.netbsd.org>
From: None <dive@endersgame.net>
List: netbsd-bugs
Date: 04/17/2002 06:44:02
>Number:         16386
>Category:       kern
>Synopsis:       two minor typos in sys/dev/pci/if_tl.c
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    kern-bug-people
>State:          open
>Class:          change-request
>Submitter-Id:   net
>Arrival-Date:   Tue Apr 16 23:45:00 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Sean Davis
>Release:        NetBSD 1.5ZC
>Organization:
/~\ The ASCII                         Sean Davis
\ / Ribbon Campaign                    aka dive
 X  Against HTML
/ \ Email!               http://eros.endersgame.net:8000/~dive
>Environment:
System: NetBSD eros.endersgame.net 1.5ZC NetBSD 1.5ZC (EROS) #317: Mon Apr 15 19:52:55 EDT 2002 dive@eros.endersgame.net:/disk2/a/cvs/netbsd-current/src/sys/arch/i386/compile/EROS i386
Architecture: i386
Machine: i386
>Description:
Fisrt -> First
doing do -> doing so
>How-To-Repeat:
>Fix:
--- if_tl.c.orig	Wed Apr 17 02:31:23 2002
+++ if_tl.c	Wed Apr 17 02:38:52 2002
@@ -299,7 +299,7 @@
 	sc->tl_product = tp;
 
 	/*
-	 * Map the card space. Fisrt we have to find the I/O and MEM
+	 * Map the card space. First we have to find the I/O and MEM
 	 * registers. I/O is supposed to be at 0x10, MEM at 0x14, 
 	 * but some boards (Compaq Netflex 3/P PCI) seem to have it reversed.
 	 * The ThunderLAN manual is not consistent about this either (there
@@ -415,7 +415,7 @@
 	}
 	/*
 	 * Add shutdown hook so that DMA is disabled prior to reboot. Not
-	 * doing do could allow DMA to corrupt kernel memory during the
+	 * doing so could allow DMA to corrupt kernel memory during the
 	 * reboot before the driver initializes.
 	 */
 	(void) shutdownhook_establish(tl_shutdown, ifp);
>Release-Note:
>Audit-Trail:
>Unformatted:
 20020417 [if_tl.c,v 1.51]