diff options
author | Peter Pan(潘卫平) <panweiping3@gmail.com> | 2011-04-11 02:15:57 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2011-04-11 22:15:56 +0200 |
commit | 9814290ad0314fa0ce7991eae34ac44956e40b12 (patch) | |
tree | fd507ee6c38aff738ff764b942d4025d1e42ee4d /drivers/net/bonding | |
parent | bonding:delete unused rlb_interval_counter (diff) | |
download | linux-9814290ad0314fa0ce7991eae34ac44956e40b12.tar.xz 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')
-rw-r--r-- | drivers/net/bonding/bond_alb.h | 2 |
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 */ |