浏览代码

bonding: Fix misspelling of "since"

Signed-off-by: Jesper Juhl <jj@chaosbits.net>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Jesper Juhl 13 年之前
父节点
当前提交
596f17f901
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      drivers/net/bonding/bond_3ad.c

+ 1 - 1
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
 }