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>
This commit is contained in:
Christophe JAILLET 2020-10-02 21:47:43 +02:00 committed by David S. Miller
parent 1f7e877c20
commit 790ca79d3e
1 changed files with 1 additions and 1 deletions

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