summaryrefslogtreecommitdiff
path: root/net/batman-adv/types.h
diff options
context:
space:
mode:
authorAntonio Quartulli <antonio@meshcoding.com>2014-11-02 11:29:56 +0100
committerAntonio Quartulli <antonio@meshcoding.com>2015-01-07 17:21:57 +0100
commit3f68785e614bf327d63395e03a3ebfd1d847331a (patch)
treec56bc835d8f0b8d838ad968a7562a7d7ae923b50 /net/batman-adv/types.h
parente0d9677ea387e386e9ce983f287d99b278ea4930 (diff)
batman-adv: fix misspelled words
Reported-by: checkpatch Signed-off-by: Antonio Quartulli <antonio@meshcoding.com> Signed-off-by: Marek Lindner <mareklindner@neomailbox.ch>
Diffstat (limited to 'net/batman-adv/types.h')
-rw-r--r--net/batman-adv/types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/batman-adv/types.h b/net/batman-adv/types.h
index 462a70c0db8f..9398c3fb4174 100644
--- a/net/batman-adv/types.h
+++ b/net/batman-adv/types.h
@@ -968,7 +968,7 @@ struct batadv_tt_orig_list_entry {
};
/**
- * struct batadv_tt_change_node - structure for tt changes occured
+ * struct batadv_tt_change_node - structure for tt changes occurred
* @list: list node for batadv_priv_tt::changes_list
* @change: holds the actual translation table diff data
*/