batman-adv: Fix typo metAdata
authorSven Eckelmann <sven@narfation.org>
Sat, 16 Nov 2019 07:28:58 +0000 (08:28 +0100)
committerSimon Wunderlich <sw@simonwunderlich.de>
Mon, 25 Nov 2019 08:10:35 +0000 (09:10 +0100)
Signed-off-by: Sven Eckelmann <sven@narfation.org>
Signed-off-by: Simon Wunderlich <sw@simonwunderlich.de>
net/batman-adv/types.h

index 47718a8..bdf9827 100644 (file)
@@ -457,7 +457,7 @@ struct batadv_orig_node {
        /**
         * @tt_lock: prevents from updating the table while reading it. Table
         *  update is made up by two operations (data structure update and
-        *  metdata -CRC/TTVN-recalculation) and they have to be executed
+        *  metadata -CRC/TTVN-recalculation) and they have to be executed
         *  atomically in order to avoid another thread to read the
         *  table/metadata between those.
         */
@@ -1011,7 +1011,7 @@ struct batadv_priv_tt {
        /**
         * @commit_lock: prevents from executing a local TT commit while reading
         *  the local table. The local TT commit is made up by two operations
-        *  (data structure update and metdata -CRC/TTVN- recalculation) and
+        *  (data structure update and metadata -CRC/TTVN- recalculation) and
         *  they have to be executed atomically in order to avoid another thread
         *  to read the table/metadata between those.
         */