summaryrefslogtreecommitdiffstats
path: root/libflashrom.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 /libflashrom.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 'libflashrom.c')
-rw-r--r--libflashrom.c2
1 files changed, 1 insertions, 1 deletions
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.