summaryrefslogtreecommitdiff
path: root/firmware/lib20/kernel.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/lib20/kernel.c')
-rw-r--r--firmware/lib20/kernel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/lib20/kernel.c b/firmware/lib20/kernel.c
index ed04c6f3..e1422a40 100644
--- a/firmware/lib20/kernel.c
+++ b/firmware/lib20/kernel.c
@@ -46,7 +46,7 @@ vb2_error_t vb2_verify_keyblock_hash(const struct vb2_keyblock *block,
uint8_t *digest;
uint32_t digest_size;
- /* Sanity check keyblock before attempting hash check of data */
+ /* Validity check keyblock before attempting hash check of data */
VB2_TRY(vb2_check_keyblock(block, size, sig));
VB2_DEBUG("Checking keyblock hash...\n");