From 6f042c6ae48d80c2824562dc3cef6673d1a0ec61 Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Wed, 17 Sep 2025 23:36:24 +0200 Subject: [PATCH] lib: coreboot_tables: Fix grammar of *These information* in comment *information* does not have plural, so use *This* instead of *These*. Change-Id: I966373371cac4edd681f3b503e5f3a637fc28913 Fixes: a45c8441af2a ("lib: Add boot mode information to coreboot tables") Signed-off-by: Paul Menzel Reviewed-on: https://review.coreboot.org/c/coreboot/+/89227 Reviewed-by: Elyes Haouas Reviewed-by: Nicholas Sudsgaard Tested-by: build bot (Jenkins) --- src/commonlib/include/commonlib/coreboot_tables.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/commonlib/include/commonlib/coreboot_tables.h b/src/commonlib/include/commonlib/coreboot_tables.h index ab57ed0270..20f192436e 100644 --- a/src/commonlib/include/commonlib/coreboot_tables.h +++ b/src/commonlib/include/commonlib/coreboot_tables.h @@ -630,7 +630,7 @@ enum boot_mode_t { /* * Boot Mode: Pass the platform boot mode information to payload about - * booting in low-battery mode or off-mode charging. These information + * booting in low-battery mode or off-mode charging. This information * is useful for payload to implement charger driver. */ struct lb_boot_mode {