aboutsummaryrefslogtreecommitdiff
path: root/libpam
diff options
context:
space:
mode:
authorAura Herrero Ruiz <aura.herreroruiz@outlook.es>2024-01-19 16:41:32 +0100
committerDmitry V. Levin <ldv@strace.io>2024-04-02 14:00:00 +0000
commit88eccaedc65b00a6c6c85ae2e667e427de22c3de (patch)
tree416565b27c880e30458d355504086f4494260ad1 /libpam
parentce8aa213b03cc12f10d20d82dbf4aa355123e5c5 (diff)
downloadpam-88eccaedc65b00a6c6c85ae2e667e427de22c3de.tar.gz
pam-88eccaedc65b00a6c6c85ae2e667e427de22c3de.tar.bz2
pam-88eccaedc65b00a6c6c85ae2e667e427de22c3de.zip
doc: fix uses of non-neutral gender pronouns
Diffstat (limited to 'libpam')
-rw-r--r--libpam/pam_audit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libpam/pam_audit.c b/libpam/pam_audit.c
index 5619ba0c..1fe37c3f 100644
--- a/libpam/pam_audit.c
+++ b/libpam/pam_audit.c
@@ -44,7 +44,7 @@ _pam_audit_writelog(pam_handle_t *pamh, int audit_fd, int type,
free(buf);
}
- /* libaudit sets errno to his own negative error code. This can be
+ /* libaudit sets errno to its own negative error code. This can be
an official errno number, but must not. It can also be a audit
internal error code. Which makes errno useless :-((. Try the
best to fix it. */