From: Christophe JAILLET Date: Fri, 2 Oct 2020 19:47:43 +0000 (+0200) Subject: net: typhoon: Fix a typo Typoon --> Typhoon X-Git-Tag: iomap-folio-5.17-old~3095^2~4 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=790ca79d3e7f76d77291540e1728f400c6ad931f;p=users%2Fwilly%2Flinux.git net: typhoon: Fix a typo Typoon --> Typhoon s/Typoon/Typhoon/ Signed-off-by: Christophe JAILLET Signed-off-by: David S. Miller --- 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) */