diff options
author | Peter Pan(潘卫平) <panweiping3@gmail.com> | 2011-04-11 00:15:57 +0000 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2011-04-11 13:15:56 -0700 |
commit | 9814290ad0314fa0ce7991eae34ac44956e40b12 (patch) | |
tree | fd507ee6c38aff738ff764b942d4025d1e42ee4d /drivers/net/bonding | |
parent | 26f007b85a1bb73e1974ebd371cf5cd1e80c0a00 (diff) |
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 01ed1fb2940..8ca7158b2dd 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 */ |