diff options
author | Frantisek Sumsal <frantisek@sumsal.cz> | 2023-03-08 12:58:28 +0100 |
---|---|---|
committer | Frantisek Sumsal <frantisek@sumsal.cz> | 2023-03-08 16:28:37 +0100 |
commit | 8fc58b35eadd121cc605f9a505f579b7360cb0d6 (patch) | |
tree | 8f3a09d0d16185bb1c9ecbd2e539a52905d00103 /src/random-seed | |
parent | timesync: stop re-sync on network configuration change when no link servers a... (diff) | |
download | systemd-8fc58b35eadd121cc605f9a505f579b7360cb0d6.tar.xz systemd-8fc58b35eadd121cc605f9a505f579b7360cb0d6.zip |
random-seed: drop extraneous "we"
Diffstat (limited to 'src/random-seed')
-rw-r--r-- | src/random-seed/random-seed.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/random-seed/random-seed.c b/src/random-seed/random-seed.c index c3353e5518..242fc190f9 100644 --- a/src/random-seed/random-seed.c +++ b/src/random-seed/random-seed.c @@ -97,7 +97,7 @@ static CreditEntropy may_credit(int seed_fd) { } /* Don't credit the random seed if we are in first-boot mode, because we are supposed to start from - * scratch. This is a safety precaution for cases where we people ship "golden" images with empty + * scratch. This is a safety precaution for cases where people ship "golden" images with empty * /etc but populated /var that contains a random seed. */ r = RET_NERRNO(access("/run/systemd/first-boot", F_OK)); if (r == -ENOENT) |