diff options
author | Joel Kitching <kitching@google.com> | 2019-09-04 14:12:42 +0800 |
---|---|---|
committer | Commit Bot <commit-bot@chromium.org> | 2019-10-23 16:28:16 +0000 |
commit | d3b2117f9abe2f7413f6315867ae3c3dbfaf5db1 (patch) | |
tree | d25a53c589d3547d25edfc299d68df55cc472652 /utility | |
parent | 53ce884528f734958d4845f6528809957b09934c (diff) | |
download | vboot-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 'utility')
-rw-r--r-- | utility/crossystem.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utility/crossystem.c b/utility/crossystem.c index 946e587b..0fb01ad3 100644 --- a/utility/crossystem.c +++ b/utility/crossystem.c @@ -68,7 +68,7 @@ const Param sys_param_list[] = { {"kern_nv", 0, "Non-volatile field for kernel use", "0x%04x"}, {"kernel_max_rollforward", CAN_WRITE, "Max kernel version to store into TPM", "0x%08x"}, - {"kernkey_vfy", IS_STRING, "Type of verification done on kernel key block"}, + {"kernkey_vfy", IS_STRING, "Type of verification done on kernel keyblock"}, {"loc_idx", CAN_WRITE, "Localization index for firmware screens"}, {"mainfw_act", IS_STRING, "Active main firmware"}, {"mainfw_type", IS_STRING, "Active main firmware type"}, |