summaryrefslogtreecommitdiffstats
path: root/dmi.c
diff options
context:
space:
mode:
authorAngel Pons <th3fanbus@gmail.com>2021-04-17 17:08:44 +0200
committerAngel Pons <th3fanbus@gmail.com>2021-04-21 14:48:00 +0000
commitf0ab83f5f49db987c5ccaa4a534e76bad78fbdbe (patch)
treebecbe9cbf94b5045c6ac5d8ba814e60197c09cb2 /dmi.c
parent236c4ab6f8f355d1ced5ad601a6c517168fc728d (diff)
downloadflashrom-f0ab83f5f49db987c5ccaa4a534e76bad78fbdbe.tar.gz
flashrom-f0ab83f5f49db987c5ccaa4a534e76bad78fbdbe.tar.bz2
flashrom-f0ab83f5f49db987c5ccaa4a534e76bad78fbdbe.zip
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>
Diffstat (limited to 'dmi.c')
-rw-r--r--dmi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/dmi.c b/dmi.c
index 3b717cd23..55edb0333 100644
--- a/dmi.c
+++ b/dmi.c
@@ -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) {