Commit 790ca79d authored by Christophe JAILLET's avatar Christophe JAILLET Committed by David S. Miller
Browse files

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



s/Typoon/Typhoon/

Signed-off-by: default avatarChristophe JAILLET <christophe.jaillet@wanadoo.fr>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 1f7e877c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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)
 */