aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/bonding
diff options
context:
space:
mode:
authorPeter Pan(潘卫平) <panweiping3@gmail.com>2011-04-11 00:15:57 +0000
committerDavid S. Miller <davem@davemloft.net>2011-04-11 13:15:56 -0700
commit9814290ad0314fa0ce7991eae34ac44956e40b12 (patch)
treefd507ee6c38aff738ff764b942d4025d1e42ee4d /drivers/net/bonding
parent26f007b85a1bb73e1974ebd371cf5cd1e80c0a00 (diff)
downloadkernel_samsung_smdk4412-9814290ad0314fa0ce7991eae34ac44956e40b12.zip
kernel_samsung_smdk4412-9814290ad0314fa0ce7991eae34ac44956e40b12.tar.gz
kernel_samsung_smdk4412-9814290ad0314fa0ce7991eae34ac44956e40b12.tar.bz2
net: fix tranmitted/tranmitting typo
replace tranmitted with transmitted. replace tranmitting with transmitting. Signed-off-by: Weiping Pan(潘卫平) <panweiping3@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/bonding')
-rw-r--r--drivers/net/bonding/bond_alb.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/bonding/bond_alb.h b/drivers/net/bonding/bond_alb.h
index 01ed1fb..8ca7158 100644
--- a/drivers/net/bonding/bond_alb.h
+++ b/drivers/net/bonding/bond_alb.h
@@ -75,7 +75,7 @@ struct tlb_client_info {
* gave this entry index.
*/
u32 tx_bytes; /* Each Client accumulates the BytesTx that
- * were tranmitted to it, and after each
+ * were transmitted to it, and after each
* CallBack the LoadHistory is divided
* by the balance interval
*/