bonding: fix a typo in a comment

Signed-off-by: Nicolas de Pesloüan <nicolas.2p.debian@free.fr>
Signed-off-by: David S. Miller <davem@davemloft.net>

authored by Nicolas de Pesloüan and committed by David S. Miller dadaa10b 93d03203

+1 -1
+1 -1
drivers/net/bonding/bond_main.c
··· 2130 } 2131 2132 /* 2133 - * First release a slave and than destroy the bond if no more slaves are left. 2134 * Must be under rtnl_lock when this function is called. 2135 */ 2136 static int bond_release_and_destroy(struct net_device *bond_dev,
··· 2130 } 2131 2132 /* 2133 + * First release a slave and then destroy the bond if no more slaves are left. 2134 * Must be under rtnl_lock when this function is called. 2135 */ 2136 static int bond_release_and_destroy(struct net_device *bond_dev,