diff mbox series

net: typhoon: Fix a typo Typoon --> Typhoon

Message ID 20201002194743.640440-1-christophe.jaillet@wanadoo.fr
State New
Headers show
Series net: typhoon: Fix a typo Typoon --> Typhoon | expand

Commit Message

Christophe JAILLET Oct. 2, 2020, 7:47 p.m. UTC
s/Typoon/Typhoon/

Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr>
---
 drivers/net/ethernet/3com/typhoon.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

David Miller Oct. 4, 2020, 12:23 a.m. UTC | #1
From: Christophe JAILLET <christophe.jaillet@wanadoo.fr>

Date: Fri,  2 Oct 2020 21:47:43 +0200

> s/Typoon/Typhoon/

> 

> Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr>


Applied, thank you.
diff mbox series

Patch

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)
  */