summaryrefslogtreecommitdiffstats
path: root/frup.cpp
diff options
context:
space:
mode:
authorGunnar Mills <gmills@us.ibm.com>2018-06-14 08:56:17 -0500
committerGunnar Mills <gmills@us.ibm.com>2018-06-14 08:56:31 -0500
commitc19b813e79e71a6b66887434f1dc4468df1d88bf (patch)
tree6afc81f4fa01b5cf5186690ee8003f122f160188 /frup.cpp
parenta37002fa0563b8136f3325ef19d5ec42aff2384d (diff)
downloadipmi-fru-parser-c19b813e79e71a6b66887434f1dc4468df1d88bf.tar.gz
ipmi-fru-parser-c19b813e79e71a6b66887434f1dc4468df1d88bf.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: Ifbc540985ddef6ee0ac6e5510c9bf79f24f89f96 Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
Diffstat (limited to 'frup.cpp')
-rw-r--r--frup.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/frup.cpp b/frup.cpp
index b7da386..8009b3e 100644
--- a/frup.cpp
+++ b/frup.cpp
@@ -730,7 +730,7 @@ void _append_to_dict (uint8_t vpd_key_id,
/*
* Max number of characters needed to represent 1 unsigned byte in string
- * is number of bytes multipled by 2. Extra 3 for 0x and a ending '\0';
+ * is number of bytes multiplied by 2. Extra 3 for 0x and a ending '\0';
*/
char bin_in_ascii_len = vpd_val_len * 2 + 3;
OpenPOWER on IntegriCloud