From e6bd63f1d8bcd15a2a52969327a8d7dac89ebe8d Mon Sep 17 00:00:00 2001 From: rwatson Date: Mon, 14 Dec 2009 13:23:33 +0000 Subject: [PATCH] Merge r199798 from head to stable/8: Fix comment typo. Submitted by: Marc Balmer --- sys/dev/fe/if_fe_pccard.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/dev/fe/if_fe_pccard.c b/sys/dev/fe/if_fe_pccard.c index e1cb10d64762..ee101c641cab 100644 --- a/sys/dev/fe/if_fe_pccard.c +++ b/sys/dev/fe/if_fe_pccard.c @@ -306,7 +306,7 @@ fe_pccard_xircom_mac(const struct pccard_tuple *tuple, void *argp) * Probe and initialization for TDK/CONTEC PCMCIA Ethernet interface. * by MASUI Kenji * - * (Contec uses TDK Ethenet chip -- hosokawa) + * (Contec uses TDK Ethernet chip -- hosokawa) * * This version of fe_probe_tdk has been rewrote to handle * *generic* PC Card implementation of Fujitsu MB8696x family. The