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 --- futility/dump_kernel_config_lib.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'futility/dump_kernel_config_lib.c') diff --git a/futility/dump_kernel_config_lib.c b/futility/dump_kernel_config_lib.c index 83800565..2315a0ab 100644 --- a/futility/dump_kernel_config_lib.c +++ b/futility/dump_kernel_config_lib.c @@ -66,7 +66,7 @@ static char *FindKernelConfigFromStream(void *ctx, ReadFullyFn read_fn, uint32_t now = 0; uint32_t offset = 0; - /* Skip the key block */ + /* Skip the keyblock */ if (read_fn(ctx, &keyblock, sizeof(keyblock)) != sizeof(keyblock)) { FATAL("not enough data to fill keyblock header\n"); return NULL; -- cgit v1.2.1