summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjal2 <jal2>2003-07-20 09:48:17 +0000
committerjal2 <jal2>2003-07-20 09:48:17 +0000
commit3308a10d3c977fc52c45fd51dc30532997c7b533 (patch)
treebcfd6f7d028cffea9267b1c60cf50f31f5397616
parent8ca47f1099078630db6b9c9e24cd6ea673fd5f79 (diff)
spelling corrected
-rw-r--r--README10
-rw-r--r--usbdfu.c2
2 files changed, 6 insertions, 6 deletions
diff --git a/README b/README
index a8b58c7..0c8ff34 100644
--- a/README
+++ b/README
@@ -1,11 +1,11 @@
-(* $Id: README,v 1.10 2003/06/16 19:49:16 jal2 Exp $ *)
+(* $Id: README,v 1.11 2003/07/20 09:48:17 jal2 Exp $ *)
at76c503 - linux driver for Atmel at76c503 based usb wlan adapters
------------------------------------------------------------------
-This is a another driver for the Atmel based USB WLAN adaptors. I am
-developing this driver in private. I am not associated with Atmel, or
-any cooperation that builds devices with this chip. My only
+This is another driver for the Atmel based USB WLAN adaptors. I am
+developing this driver in private. I am not associated with Atmel or
+any corporation that builds devices with this chip. My only
information source is the driver from
http://atmelwlandriver.sourceforge.net.
@@ -171,7 +171,7 @@ Known Problems
Thanks to:
- the authors of the usbvnet driver (atmelwlandriver.sourceforge.net)
- Joerg Albert for lots of patches
-- Brad Hards and Bas Vermeulen for the firmeware code, which I ported to kernel space
+- Brad Hards and Bas Vermeulen for the firmware code, which I ported to kernel space
- David Gibson, I used his orinoco driver for learning
- the author(s) of the usbnet driver
- the author(s) of the rtl8150 driver
diff --git a/usbdfu.c b/usbdfu.c
index f03db6c..c815c4c 100644
--- a/usbdfu.c
+++ b/usbdfu.c
@@ -48,7 +48,7 @@ static int debug;
/* Version Information */
#define DRIVER_AUTHOR \
"Oliver Kurth <oku@masqmail.cx>, Joerg Albert <joerg.albert@gmx.de>, Alex <alex@foogod.com>"
-#define DRIVER_DESC "USB Device Fimware Upgrade (DFU) handler"
+#define DRIVER_DESC "USB Device Firmware Upgrade (DFU) handler"
/* Module paramaters */
MODULE_PARM(debug, "i");