From d3b2117f9abe2f7413f6315867ae3c3dbfaf5db1 Mon Sep 17 00:00:00 2001 From: Joel Kitching Date: Wed, 4 Sep 2019 14:12:42 +0800 Subject: 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 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/vboot_reference/+/1786385 Tested-by: Joel Kitching Reviewed-by: Joel Kitching Commit-Queue: Joel Kitching --- firmware/lib/vboot_display.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'firmware/lib/vboot_display.c') 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: -- cgit v1.2.1