aboutsummaryrefslogtreecommitdiff
path: root/modules/pam_lastlog/pam_lastlog.c
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 /modules/pam_lastlog/pam_lastlog.c
parentce8aa213b03cc12f10d20d82dbf4aa355123e5c5 (diff)
downloadpam-88eccaedc65b00a6c6c85ae2e667e427de22c3de.tar.gz
pam-88eccaedc65b00a6c6c85ae2e667e427de22c3de.tar.bz2
pam-88eccaedc65b00a6c6c85ae2e667e427de22c3de.zip
doc: fix uses of non-neutral gender pronouns
Diffstat (limited to 'modules/pam_lastlog/pam_lastlog.c')
-rw-r--r--modules/pam_lastlog/pam_lastlog.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/pam_lastlog/pam_lastlog.c b/modules/pam_lastlog/pam_lastlog.c
index 02828033..43cc4b7d 100644
--- a/modules/pam_lastlog/pam_lastlog.c
+++ b/modules/pam_lastlog/pam_lastlog.c
@@ -677,7 +677,7 @@ pam_auth(pam_handle_t *pamh, int flags, int argc, const char **argv)
int last_fd;
/*
- * Lock out the user if he did not login recently enough.
+ * Lock out users if they did not login recently enough.
*/
ctrl = _pam_auth_parse(pamh, flags, argc, argv, &inactive_days);