From e88bf30d12491b6b97401a41a36a4dcfaae8442f Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Tue, 17 Jan 2023 12:10:26 +0100 Subject: [PATCH] vc/siemens/hwilib: Use 3rd person singular in comment Change-Id: I1d9d123d2a29178541ab24c70ba529f6bfa2b6c8 Signed-off-by: Paul Menzel Reviewed-on: https://review.coreboot.org/c/coreboot/+/72010 Tested-by: build bot (Jenkins) Reviewed-by: Werner Zeh --- src/vendorcode/siemens/hwilib/hwilib.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/vendorcode/siemens/hwilib/hwilib.c b/src/vendorcode/siemens/hwilib/hwilib.c index 1705a618c5..b6c8c6badf 100644 --- a/src/vendorcode/siemens/hwilib/hwilib.c +++ b/src/vendorcode/siemens/hwilib/hwilib.c @@ -402,7 +402,7 @@ static uint32_t hwilib_read_bytes(const struct param_info *param, uint8_t *dst, } while (i < MAX_BLOCK_NUM); /* Ensure there is a valid block available for this parameter and - * the length of the parameter do not exceed dstsize or block len. + * the length of the parameter does not exceed dstsize or block len. */ if ((!blk) || (param->pos[i].len > dstsize) || (param->pos[i].len + param->pos[i].offset >