diff options
author | Christophe JAILLET <christophe.jaillet@wanadoo.fr> | 2020-10-02 21:47:43 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2020-10-03 17:23:02 -0700 |
commit | 790ca79d3e7f76d77291540e1728f400c6ad931f (patch) | |
tree | 50269cbfc356bbd1e7f89d3fc6e38532c891ba36 /drivers | |
parent | 1f7e877c20517735bceff1535e1b7fa846b2f215 (diff) |
net: typhoon: Fix a typo Typoon --> Typhoon
s/Typoon/Typhoon/
Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/net/ethernet/3com/typhoon.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/ethernet/3com/typhoon.h b/drivers/net/ethernet/3com/typhoon.h index 2f634c64d5d1..38e6dcab4e94 100644 --- a/drivers/net/ethernet/3com/typhoon.h +++ b/drivers/net/ethernet/3com/typhoon.h @@ -33,7 +33,7 @@ struct basic_ring { u32 lastWrite; }; -/* The Typoon transmit ring -- same as a basic ring, plus: +/* The Typhoon transmit ring -- same as a basic ring, plus: * lastRead: where we're at in regard to cleaning up the ring * writeRegister: register to use for writing (different for Hi & Lo rings) */ |