From: Jesper Juhl Date: Sun, 5 Feb 2012 23:18:57 +0000 (+0100) Subject: bonding: Fix misspelling of "since" X-Git-Tag: upstream/snapshot3+hdmi~7431^2~104 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=596f17f901dbc645883cf663c26ef2c80b5db5a4;p=platform%2Fadaptation%2Frenesas_rcar%2Frenesas_kernel.git bonding: Fix misspelling of "since" Signed-off-by: Jesper Juhl Signed-off-by: Jiri Kosina --- diff --git a/drivers/net/bonding/bond_3ad.c b/drivers/net/bonding/bond_3ad.c index 0ae0d7c..793b001 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 }