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: a45c8441af ("lib: Add boot mode information to coreboot tables")
Signed-off-by: Paul Menzel <pmenzel@molgen.mpg.de>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/89227
Reviewed-by: Elyes Haouas <ehaouas@noos.fr>
Reviewed-by: Nicholas Sudsgaard <devel+coreboot@nsudsgaard.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
Paul Menzel 2025-09-17 23:36:24 +02:00 committed by Elyes Haouas
commit 6f042c6ae4

View file

@ -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 {