diff options
author | Jesper Juhl <jj@chaosbits.net> | 2012-02-05 14:18:57 +0100 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2012-02-06 04:42:00 +0100 |
commit | b9d6d2dbf45b038a94c63295203525101a9fbbb7 (patch) | |
tree | 409f12b4c7e83001f045c4c2e29418dde15a8118 /drivers/net/bonding | |
parent | caif: caifdev is never used in net/caif/caif_dev.c::transmit() - remove it. (diff) | |
download | linux-b9d6d2dbf45b038a94c63295203525101a9fbbb7.tar.xz linux-b9d6d2dbf45b038a94c63295203525101a9fbbb7.zip |
bonding: Fix misspelling of "since"
Signed-off-by: Jesper Juhl <jj@chaosbits.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/bonding')
-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 } |