diff options
author | Jesper Juhl <jj@chaosbits.net> | 2012-02-06 00:18:57 +0100 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2012-02-10 09:52:20 +0100 |
commit | 596f17f901dbc645883cf663c26ef2c80b5db5a4 (patch) | |
tree | d8d72fa2aef7359724fe466952bad683081b657d /drivers | |
parent | 8cd7c62e13812875ce89e2abad0a9cf77fbe0c37 (diff) | |
download | linux-stable-596f17f901dbc645883cf663c26ef2c80b5db5a4.tar.gz linux-stable-596f17f901dbc645883cf663c26ef2c80b5db5a4.tar.bz2 linux-stable-596f17f901dbc645883cf663c26ef2c80b5db5a4.zip |
bonding: Fix misspelling of "since"
Signed-off-by: Jesper Juhl <jj@chaosbits.net>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/net/bonding/bond_3ad.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/bonding/bond_3ad.c b/drivers/net/bonding/bond_3ad.c index 0ae0d7c54ccf..793b00138275 100644 --- a/drivers/net/bonding/bond_3ad.c +++ b/drivers/net/bonding/bond_3ad.c @@ -660,7 +660,7 @@ static void __attach_bond_to_agg(struct port *port) static void __detach_bond_from_agg(struct port *port) { port = NULL; /* just to satisfy the compiler */ - // This function does nothing sience the parser/multiplexer of the receive + // This function does nothing since the parser/multiplexer of the receive // and the parser/multiplexer of the aggregator are already combined } |