diff options
-rw-r--r-- | dmi.c | 2 | ||||
-rw-r--r-- | libflashrom.c | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -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) { diff --git a/libflashrom.c b/libflashrom.c index ae2d33daa..23358c95d 100644 --- a/libflashrom.c +++ b/libflashrom.c @@ -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. |