aboutsummaryrefslogtreecommitdiffstats
path: root/extras/deprecated/vom
diff options
context:
space:
mode:
authorNathan Skrzypczak <nathan.skrzypczak@gmail.com>2021-09-29 15:38:50 +0200
committerDave Wallace <dwallacelf@gmail.com>2021-10-06 12:27:35 +0000
commit6f38f1ca0869196815f87daf36811534606d2a4d (patch)
treec0ea111cce613e6be6bf6495811f1b65eff4732a /extras/deprecated/vom
parentabb2a42239430a1a67b259b931848a9195402d1a (diff)
docs: extras/deprec nitfixes
Type: improvement Change-Id: I39038072eff3c09536917a32984daebab69e6fe7 Signed-off-by: Nathan Skrzypczak <nathan.skrzypczak@gmail.com>
Diffstat (limited to 'extras/deprecated/vom')
-rw-r--r--extras/deprecated/vom/vom/cmd.hpp2
-rw-r--r--extras/deprecated/vom/vom/ra_config.hpp2
-rw-r--r--extras/deprecated/vom/vom/ra_prefix.hpp2
3 files changed, 3 insertions, 3 deletions
diff --git a/extras/deprecated/vom/vom/cmd.hpp b/extras/deprecated/vom/vom/cmd.hpp
index b95de41095e..e84c496ca75 100644
--- a/extras/deprecated/vom/vom/cmd.hpp
+++ b/extras/deprecated/vom/vom/cmd.hpp
@@ -53,7 +53,7 @@ public:
/**
* Invoked on a Command when the HW queue is disabled to indicate
- * that the commnad can be considered successful
+ * that the command can be considered successful
*/
virtual void succeeded() = 0;
diff --git a/extras/deprecated/vom/vom/ra_config.hpp b/extras/deprecated/vom/vom/ra_config.hpp
index f5b782a72d2..421d218007e 100644
--- a/extras/deprecated/vom/vom/ra_config.hpp
+++ b/extras/deprecated/vom/vom/ra_config.hpp
@@ -85,7 +85,7 @@ private:
/**
* Use the source address of the router-solicitation message if
- * availiable.
+ * available.
*/
uint8_t m_send_unicast;
diff --git a/extras/deprecated/vom/vom/ra_prefix.hpp b/extras/deprecated/vom/vom/ra_prefix.hpp
index 0be40c403b3..12c32c8409b 100644
--- a/extras/deprecated/vom/vom/ra_prefix.hpp
+++ b/extras/deprecated/vom/vom/ra_prefix.hpp
@@ -111,7 +111,7 @@ private:
uint32_t m_val_lifetime;
/**
- * '<pref-lifetime>' is the prefered-lifetime and is the length of
+ * '<pref-lifetime>' is the preferred-lifetime and is the length of
* time in seconds during what addresses generated from the prefix
* remain preferred.
*