bonding: Fix misspelling of "since"
authorJesper Juhl <jj@chaosbits.net>
Sun, 5 Feb 2012 13:18:57 +0000 (13:18 +0000)
committerDavid S. Miller <davem@davemloft.net>
Mon, 6 Feb 2012 03:42:00 +0000 (22:42 -0500)
Signed-off-by: Jesper Juhl <jj@chaosbits.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/bonding/bond_3ad.c

index 0ae0d7c..793b001 100644 (file)
@@ -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
 }