summaryrefslogtreecommitdiffstats
path: root/drivers/net/bonding/bond_alb.h
diff options
context:
space:
mode:
authorPeter Pan(潘卫平)2011-04-11 02:15:57 +0200
committerDavid S. Miller2011-04-11 22:15:56 +0200
commit9814290ad0314fa0ce7991eae34ac44956e40b12 (patch)
treefd507ee6c38aff738ff764b942d4025d1e42ee4d /drivers/net/bonding/bond_alb.h
parentbonding:delete unused rlb_interval_counter (diff)
downloadkernel-qcow2-linux-9814290ad0314fa0ce7991eae34ac44956e40b12.tar.gz
kernel-qcow2-linux-9814290ad0314fa0ce7991eae34ac44956e40b12.tar.xz
kernel-qcow2-linux-9814290ad0314fa0ce7991eae34ac44956e40b12.zip
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/bond_alb.h')
-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 01ed1fb2940d..8ca7158b2dda 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
*/