summaryrefslogtreecommitdiff
path: root/src/journal/coredump.c
diff options
context:
space:
mode:
authorKlaus Purer <klaus.purer@gmail.com>2014-10-24 13:00:57 +0200
committerLennart Poettering <lennart@poettering.net>2014-10-24 13:32:16 +0200
commitb26c631ac99ac7f4f5cfa5b9b933f0bb22cace97 (patch)
treed7cb93fdffbb1e5c582fd7ac0b6838b41309abae /src/journal/coredump.c
parent5aaeda04a231d61a15521f7a273986feaad31e80 (diff)
journald: removed gendered pronouns in comment
Diffstat (limited to 'src/journal/coredump.c')
-rw-r--r--src/journal/coredump.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/journal/coredump.c b/src/journal/coredump.c
index 79f51d1590..88d720f651 100644
--- a/src/journal/coredump.c
+++ b/src/journal/coredump.c
@@ -673,9 +673,9 @@ int main(int argc, char* argv[]) {
/* Now, let's drop privileges to become the user who owns the
* segfaulted process and allocate the coredump memory under
- * his uid. This also ensures that the credentials journald
- * will see are the ones of the coredumping user, thus making
- * sure the user himself gets access to the core dump. */
+ * the user's uid. This also ensures that the credentials
+ * journald will see are the ones of the coredumping user,
+ * thus making sure the user gets access to the core dump. */
if (setresgid(gid, gid, gid) < 0 ||
setresuid(uid, uid, uid) < 0) {
log_error("Failed to drop privileges: %m");