From 6d9b42b4862ca331b22065d875de9cad9da72658 Mon Sep 17 00:00:00 2001 From: brucec Date: Mon, 21 Feb 2011 09:01:34 +0000 Subject: Fix typos - remove duplicate "the". PR: bin/154928 Submitted by: Eitan Adler MFC after: 3 days --- sys/dev/wpi/if_wpi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/dev/wpi/if_wpi.c') diff --git a/sys/dev/wpi/if_wpi.c b/sys/dev/wpi/if_wpi.c index 64be427..53ad7f3 100644 --- a/sys/dev/wpi/if_wpi.c +++ b/sys/dev/wpi/if_wpi.c @@ -29,7 +29,7 @@ __FBSDID("$FreeBSD$"); * state and told to load boot firmware. The boot firmware loads an init and a * main binary firmware image into SRAM on the card via DMA. * Once the firmware is loaded, the driver/hw then - * communicate by way of circular dma rings via the the SRAM to the firmware. + * communicate by way of circular dma rings via the SRAM to the firmware. * * There is 6 memory rings. 1 command ring, 1 rx data ring & 4 tx data rings. * The 4 tx data rings allow for prioritization QoS. -- cgit v1.1