diff options
author | Thadeu Lima de Souza Cascardo <cascardo@holoscopio.com> | 2009-10-16 09:20:49 -0400 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2009-12-04 09:39:48 -0500 |
commit | 94e2bd688820aed72b4f8092f88c2ccf64e003de (patch) | |
tree | 988de1817ec5ebe40dc6f2901eb86987876c517f /drivers/net/bonding | |
parent | 65cb76baa1058d17d51ce948b697cdbd5dc97421 (diff) |
tree-wide: fix some typos and punctuation in comments
fix some typos and punctuation in comments
Signed-off-by: Thadeu Lima de Souza Cascardo <cascardo@holoscopio.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/net/bonding')
-rw-r--r-- | drivers/net/bonding/bond_alb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/bonding/bond_alb.c b/drivers/net/bonding/bond_alb.c index 9b5936f072dc..a1e7eb92bbf1 100644 --- a/drivers/net/bonding/bond_alb.c +++ b/drivers/net/bonding/bond_alb.c | |||
@@ -559,7 +559,7 @@ static void rlb_update_rx_clients(struct bonding *bond) | |||
559 | } | 559 | } |
560 | } | 560 | } |
561 | 561 | ||
562 | /* do not update the entries again untill this counter is zero so that | 562 | /* do not update the entries again until this counter is zero so that |
563 | * not to confuse the clients. | 563 | * not to confuse the clients. |
564 | */ | 564 | */ |
565 | bond_info->rlb_update_delay_counter = RLB_UPDATE_DELAY; | 565 | bond_info->rlb_update_delay_counter = RLB_UPDATE_DELAY; |