summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGunnar Mills <gmills@us.ibm.com>2017-10-25 20:48:50 -0500
committerGunnar Mills <gmills@us.ibm.com>2017-10-25 20:48:50 -0500
commitbfe5cb8e60cadf19bff81acf926ab078ad438120 (patch)
treefd6bb92727a27b1667d962c1e84b7cc2a7cc0892
parent96816341eb591865d011531b17d0be887f2e0e90 (diff)
downloadphosphor-watchdog-bfe5cb8e60cadf19bff81acf926ab078ad438120.tar.gz
phosphor-watchdog-bfe5cb8e60cadf19bff81acf926ab078ad438120.zip
Spelling fixes
Change-Id: I3a85e921f87401701f3ebb22e972e0d3f9cf19c1 Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
-rw-r--r--test/watchdog_test.cpp2
-rw-r--r--watchdog.hpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/test/watchdog_test.cpp b/test/watchdog_test.cpp
index d3e09e6..57f32e9 100644
--- a/test/watchdog_test.cpp
+++ b/test/watchdog_test.cpp
@@ -102,7 +102,7 @@ TEST_F(WdogTest, enableWdogAndResetTo5Seconds)
EXPECT_EQ(false, expired);
}
-/** @brief Make sure the Inteval can be updated directly.
+/** @brief Make sure the Interval can be updated directly.
*/
TEST_F(WdogTest, verifyIntervalUpdateReceived)
{
diff --git a/watchdog.hpp b/watchdog.hpp
index cb26b7e..f9657ac 100644
--- a/watchdog.hpp
+++ b/watchdog.hpp
@@ -74,7 +74,7 @@ class Watchdog : public WatchdogInherits
/** @brief Reset timer to expire after new timeout in milliseconds.
*
- * @param[in] value - the time in miliseconds after which
+ * @param[in] value - the time in milliseconds after which
* the watchdog will expire
*
* @return: updated timeout value if watchdog is enabled.
OpenPOWER on IntegriCloud