From f5245bf3d007445d664726003ba04a7f500bf492 Mon Sep 17 00:00:00 2001 From: mtaylor Date: Sat, 19 Jan 2008 00:52:41 +0000 Subject: [PATCH] Trivial spelling error git-svn-id: http://madwifi-project.org/svn/madwifi/trunk@3215 0192ed92-7a03-0410-a25b-9323aeb14dbd --- ath/if_ath.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ath/if_ath.c b/ath/if_ath.c index c4fa9c7..280183c 100644 --- a/ath/if_ath.c +++ b/ath/if_ath.c @@ -3031,7 +3031,7 @@ _take_txbuf(struct ath_softc *sc, int for_management) { * assumed to reclaim the resources. * * Context: process context with BHs disabled - * It mut return either NETDEV_TX_OK or NETDEV_TX_BUSY + * It must return either NETDEV_TX_OK or NETDEV_TX_BUSY */ static int ath_hardstart(struct sk_buff *skb, struct net_device *dev) -- 2.35.1