diff options
author | Robert P. J. Day <rpjday@crashcourse.ca> | 2008-02-03 15:12:15 +0200 |
---|---|---|
committer | Adrian Bunk <bunk@kernel.org> | 2008-02-03 15:12:15 +0200 |
commit | 14e4a0f2bb242f8008bc70b55fa834292c6a62af (patch) | |
tree | 325c507c57e4cb25cc2659869297558ffbb0a2e6 /drivers/net/lib8390.c | |
parent | 96532babc3e2ec4e0fce891d64319f183f043855 (diff) | |
download | linux-14e4a0f2bb242f8008bc70b55fa834292c6a62af.tar.bz2 |
Fix a small number of "memeber" typoes.
Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
Signed-off-by: Adrian Bunk <bunk@kernel.org>
Diffstat (limited to 'drivers/net/lib8390.c')
-rw-r--r-- | drivers/net/lib8390.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/lib8390.c b/drivers/net/lib8390.c index c429a5002dd6..0c5447dac03b 100644 --- a/drivers/net/lib8390.c +++ b/drivers/net/lib8390.c @@ -148,7 +148,7 @@ static void __NS8390_init(struct net_device *dev, int startp); * * "The author (me) didn't use spin_lock_irqsave because the slowness of the * card means that approach caused horrible problems like losing serial data - * at 38400 baud on some chips. Rememeber many 8390 nics on PCI were ISA + * at 38400 baud on some chips. Remember many 8390 nics on PCI were ISA * chips with FPGA front ends. * * Ok the logic behind the 8390 is very simple: |