Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 596f17f9 authored by Jesper Juhl's avatar Jesper Juhl Committed by Jiri Kosina
Browse files

bonding: Fix misspelling of "since"



Signed-off-by: default avatarJesper Juhl <jj@chaosbits.net>
Signed-off-by: default avatarJiri Kosina <jkosina@suse.cz>
parent 8cd7c62e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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
}