summaryrefslogtreecommitdiffstats
path: root/ipmisensor.cpp
diff options
context:
space:
mode:
authorGunnar Mills <gmills@us.ibm.com>2018-04-08 16:35:25 -0500
committerGunnar Mills <gmills@us.ibm.com>2018-04-18 16:56:36 -0500
commitc9fa69ef08e3eeb8e239f68d21419875b32917ae (patch)
tree3c920b90abc4dd74e64de6ea6e099fbd36eee110 /ipmisensor.cpp
parent2fa0e702a482aa0fbec0c26f58ae1b7d8799b392 (diff)
downloadphosphor-host-ipmid-c9fa69ef08e3eeb8e239f68d21419875b32917ae.tar.gz
phosphor-host-ipmid-c9fa69ef08e3eeb8e239f68d21419875b32917ae.zip
Grammar and 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. Some additional grammar and capitalization errors were fixed as well. Change-Id: I700db4e6d7ba52b02374c9c3e84be0af8bd91859 Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
Diffstat (limited to 'ipmisensor.cpp')
-rw-r--r--ipmisensor.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ipmisensor.cpp b/ipmisensor.cpp
index 2e987d0..1eecb94 100644
--- a/ipmisensor.cpp
+++ b/ipmisensor.cpp
@@ -122,7 +122,7 @@ int set_sensor_dbus_state_fwprogress(const sensorRES_t *pRec, const lookup_t *pT
case 0x00 : snprintf(p, sizeof(valuestring), "POST Error, %s", event_data_lookup(g_fwprogress00h, pRec->event_data2));
break;
- case 0x01 : /* Using g_fwprogress02h for 0x01 because thats what the ipmi spec says to do */
+ case 0x01 : /* Using g_fwprogress02h for 0x01 because that's what the ipmi spec says to do */
snprintf(p, sizeof(valuestring), "FW Hang, %s", event_data_lookup(g_fwprogress02h, pRec->event_data2));
break;
case 0x02 : snprintf(p, sizeof(valuestring), "FW Progress, %s", event_data_lookup(g_fwprogress02h, pRec->event_data2));
OpenPOWER on IntegriCloud