summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorFelipe Contreras <felipe.contreras@gmail.com>2021-06-15 14:11:10 (GMT)
committerJunio C Hamano <gitster@pobox.com>2021-06-16 02:25:11 (GMT)
commit0e20b229eea63716cdd1bea916b7e416f450278a (patch)
treeb3bf9038209cd8649e2cbe92d1215e53c2552692 /config.h
parent69b3367f6c987b36b98937d8f446f75c5dbc000a (diff)
downloadgit-0e20b229eea63716cdd1bea916b7e416f450278a.zip
git-0e20b229eea63716cdd1bea916b7e416f450278a.tar.gz
git-0e20b229eea63716cdd1bea916b7e416f450278a.tar.bz2
comments: avoid using the gender of our users
We generally avoid specifying the gender of our users in order to be more inclusive, but sometimes a few slip by due to habit. Since by doing a little bit of rewording we can avoid this irrelevant detail, let's do so. Inspired-by: Derrick Stolee <dstolee@microsoft.com> Helped-by: Ævar Arnfjörð Bjarmason <avarab@gmail.com> Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com> Signed-off-by: Derrick Stolee <dstolee@microsoft.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'config.h')
-rw-r--r--config.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/config.h b/config.h
index 19a9adb..11d53dc 100644
--- a/config.h
+++ b/config.h
@@ -448,8 +448,8 @@ void git_configset_init(struct config_set *cs);
/**
* Parses the file and adds the variable-value pairs to the `config_set`,
* dies if there is an error in parsing the file. Returns 0 on success, or
- * -1 if the file does not exist or is inaccessible. The user has to decide
- * if he wants to free the incomplete configset or continue using it when
+ * -1 if the file does not exist or is inaccessible. The caller decides
+ * whether to free the incomplete configset or continue using it when
* the function returns -1.
*/
int git_configset_add_file(struct config_set *cs, const char *filename);