summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--common/new_nvmem.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/new_nvmem.c b/common/new_nvmem.c
index da6d5f4370..dea4f92cf5 100644
--- a/common/new_nvmem.c
+++ b/common/new_nvmem.c
@@ -45,7 +45,7 @@
* - no need to initialize (key, value) storage separately, initvars() API is
* not there.
*
- * - when the user is retrieving a (key, value) object, he/she is given a
+ * - when the user is retrieving a (key, value) object, they are given a
* dynamically allocated buffer, which needs to be explicitly released by
* calling the new API: freevar().
*