1
0
mirror of https://review.coreboot.org/flashrom.git synced 2025-04-27 15:12:36 +02:00

Use singular they to refer to "the user" in comments

Change-Id: I726006fe2c1780361bdf6f9a1ddd84da0733642d
Signed-off-by: Angel Pons <th3fanbus@gmail.com>
Reviewed-on: https://review.coreboot.org/c/flashrom/+/52472
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Nico Huber <nico.h@gmx.de>
This commit is contained in:
Angel Pons 2021-04-17 17:08:44 +02:00
parent 236c4ab6f8
commit f0ab83f5f4
2 changed files with 2 additions and 2 deletions

2
dmi.c
View File

@ -184,7 +184,7 @@ static void dmi_table(uint32_t base, uint16_t len, uint16_t num)
* is invalid, but we cannot reliably locate the next entry.
* - If the length value indicates that this structure spreads
* across the table border, something is fishy too.
* Better stop at this point, and let the user know his/her
* Better stop at this point, and let the user know their
* table is broken.
*/
if (data[1] < 4 || data + data[1] >= limit) {

View File

@ -65,7 +65,7 @@ int flashrom_shutdown(void)
}
/* TODO: flashrom_set_loglevel()? do we need it?
For now, let the user decide in his callback. */
For now, let the user decide in their callback. */
/**
* @brief Set the log callback function.