summaryrefslogtreecommitdiffstats
path: root/frup.cpp
diff options
context:
space:
mode:
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