summaryrefslogtreecommitdiff
path: root/firmware/lib/vboot_display.c
diff options
context:
space:
mode:
authorJoel Kitching <kitching@google.com>2019-09-04 14:12:42 +0800
committerCommit Bot <commit-bot@chromium.org>2019-10-23 16:28:16 +0000
commitd3b2117f9abe2f7413f6315867ae3c3dbfaf5db1 (patch)
treed25a53c589d3547d25edfc299d68df55cc472652 /firmware/lib/vboot_display.c
parent53ce884528f734958d4845f6528809957b09934c (diff)
downloadvboot-d3b2117f9abe2f7413f6315867ae3c3dbfaf5db1.tar.gz
vboot: standardize on "keyblock" as one word
Stardardize on inconsistency between "keyblock" and "key block" both in code, comments, and textual output. BUG=b:124141368, chromium:968464 TEST=make clean && make runtests BRANCH=none Change-Id: Ib8819a2426c1179286663f21f0d254f3de9d94a4 Signed-off-by: Joel Kitching <kitching@google.com> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/vboot_reference/+/1786385 Tested-by: Joel Kitching <kitching@chromium.org> Reviewed-by: Joel Kitching <kitching@chromium.org> Commit-Queue: Joel Kitching <kitching@chromium.org>
Diffstat (limited to 'firmware/lib/vboot_display.c')
-rw-r--r--firmware/lib/vboot_display.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/lib/vboot_display.c b/firmware/lib/vboot_display.c
index 13107d37..b9473347 100644
--- a/firmware/lib/vboot_display.c
+++ b/firmware/lib/vboot_display.c
@@ -122,7 +122,7 @@ const char *RecoveryReasonString(uint8_t code)
case VB2_RECOVERY_RO_SHARED_DATA:
return "Shared data error in read-only firmware";
case VB2_RECOVERY_FW_KEYBLOCK:
- return "RW firmware unable to verify key block";
+ return "RW firmware unable to verify keyblock";
case VB2_RECOVERY_FW_KEY_ROLLBACK:
return "RW firmware key version rollback detected";
case VB2_RECOVERY_FW_PREAMBLE: