Repository : ssh://git@open-mesh.org/batman-adv
On branch : master
commit 65f9fec956881e13215e77b75388aa4aae549fba Author: Antonio Quartulli antonio@meshcoding.com Date: Sat Dec 7 11:21:24 2013 +0100
batman-adv: fix typ0s in batadv_tt_global_is_isolated()
Introduced by 6fa38a2c72cc79dd961a6d9ed00d32e1c308b448 ("batman-adv: set the isolation mark in the skb if needed")
Signed-off-by: Antonio Quartulli antonio@meshcoding.com Signed-off-by: Marek Lindner mareklindner@neomailbox.ch
65f9fec956881e13215e77b75388aa4aae549fba translation-table.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/translation-table.c b/translation-table.c index 6fbb6a0..9fee80c 100644 --- a/translation-table.c +++ b/translation-table.c @@ -3584,7 +3584,7 @@ int batadv_tt_init(struct batadv_priv *bat_priv) * @addr: the mac address of the client * @vid: the identifier of the VLAN where this client is connected * - * Return true if the client is marked with the TT_CLIENT_ISOLA flag, flase + * Returns true if the client is marked with the TT_CLIENT_ISOLA flag, false * otherwise */ bool batadv_tt_global_is_isolated(struct batadv_priv *bat_priv,