OSDN Git Service

net: typhoon: Fix a typo Typoon --> Typhoon
authorChristophe JAILLET <christophe.jaillet@wanadoo.fr>
Fri, 2 Oct 2020 19:47:43 +0000 (21:47 +0200)
committerDavid S. Miller <davem@davemloft.net>
Sun, 4 Oct 2020 00:23:02 +0000 (17:23 -0700)
s/Typoon/Typhoon/

Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/3com/typhoon.h

index 2f634c6..38e6dca 100644 (file)
@@ -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)
  */