From: Mark Einon Date: Sun, 30 Jan 2011 12:22:03 +0000 (+0100) Subject: Trivial typo fix in comment X-Git-Tag: v2.6.39-rc1~468^2~417^2~10 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=f5a9987dfbe219ffc361ebf126e1797db4abbcfe;p=karo-tx-linux.git Trivial typo fix in comment Fixing a trivial comment typo. Signed-off-by: Mark Einon Acked-by: Gertjan van Wingerde Signed-off-by: Ivo van Doorn Signed-off-by: John W. Linville --- diff --git a/drivers/net/wireless/rt2x00/rt2400pci.c b/drivers/net/wireless/rt2x00/rt2400pci.c index 5c88fdc136a4..2725f3c4442e 100644 --- a/drivers/net/wireless/rt2x00/rt2400pci.c +++ b/drivers/net/wireless/rt2x00/rt2400pci.c @@ -46,7 +46,7 @@ * These indirect registers work with busy bits, * and we will try maximal REGISTER_BUSY_COUNT times to access * the register while taking a REGISTER_BUSY_DELAY us delay - * between each attampt. When the busy bit is still set at that time, + * between each attempt. When the busy bit is still set at that time, * the access attempt is considered to have failed, * and we will print an error. */