summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGunnar Mills <gmills@us.ibm.com>2018-04-08 14:50:11 -0500
committerGunnar Mills <gmills@us.ibm.com>2018-04-08 19:54:20 +0000
commit75710b6a1a78cb81dd4fd2f3271f398a42179599 (patch)
tree2a0a955b94f849833421769230e2c50aba6f4f66
parenta111b9f380fdae78821abfe95fb171e82ee5db53 (diff)
downloadphosphor-time-manager-75710b6a1a78cb81dd4fd2f3271f398a42179599.tar.gz
phosphor-time-manager-75710b6a1a78cb81dd4fd2f3271f398a42179599.zip
Spelling fixes
Spelling errors found using github.com/lucasdemarchi/codespell A tool to fix common misspellings. This tool is licensed under GNU General Public License, version 2. Change-Id: I049799e380299bd4290e8f31f2f2c0186c460351 Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
-rw-r--r--bmc_epoch.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/bmc_epoch.cpp b/bmc_epoch.cpp
index 8ddb1ef..c043df4 100644
--- a/bmc_epoch.cpp
+++ b/bmc_epoch.cpp
@@ -9,7 +9,7 @@
#include <unistd.h>
-// Neeed to do this since its not exported outside of the kernel.
+// Need to do this since its not exported outside of the kernel.
// Refer : https://gist.github.com/lethean/446cea944b7441228298
#ifndef TFD_TIMER_CANCEL_ON_SET
#define TFD_TIMER_CANCEL_ON_SET (1 << 1)
OpenPOWER on IntegriCloud