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:
parent
bcc7fce590
commit
6f042c6ae4
1 changed files with 1 additions and 1 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue