summaryrefslogtreecommitdiffstats
path: root/storagehandler.hpp
diff options
context:
space:
mode:
authorJason M. Bills <jason.m.bills@linux.intel.com>2018-10-24 09:49:49 -0700
committerTom Joseph <tomjoseph@in.ibm.com>2018-11-08 09:32:23 +0000
commitd3e57d771199b851cd9cae6864e0429c6bb798cf (patch)
tree74251670ba78009796efafc20144d6fce5ba164b /storagehandler.hpp
parent4f67cc37b40baa61be47556166a0f6b8af4a9f63 (diff)
downloadphosphor-host-ipmid-d3e57d771199b851cd9cae6864e0429c6bb798cf.tar.gz
phosphor-host-ipmid-d3e57d771199b851cd9cae6864e0429c6bb798cf.zip
Correct spelling of timestamp variable
The timestamp variable in the ipmi_add_sel_request_t struct was misspelled. Change-Id: I465432d021882f3966c44aec8cbdd779122521f6 Signed-off-by: Jason M. Bills <jason.m.bills@linux.intel.com>
Diffstat (limited to 'storagehandler.hpp')
-rw-r--r--storagehandler.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/storagehandler.hpp b/storagehandler.hpp
index cccd62e..bcc6c7d 100644
--- a/storagehandler.hpp
+++ b/storagehandler.hpp
@@ -27,7 +27,7 @@ struct ipmi_add_sel_request_t
uint8_t recordid[2];
uint8_t recordtype;
- uint8_t timestampe[4];
+ uint8_t timestamp[4];
uint8_t generatorid[2];
uint8_t evmrev;
uint8_t sensortype;
OpenPOWER on IntegriCloud