summaryrefslogtreecommitdiff
path: root/src/random-seed
diff options
context:
space:
mode:
authorFrantisek Sumsal <frantisek@sumsal.cz>2023-03-08 12:58:28 +0100
committerFrantisek Sumsal <frantisek@sumsal.cz>2023-03-08 16:28:37 +0100
commit8fc58b35eadd121cc605f9a505f579b7360cb0d6 (patch)
tree8f3a09d0d16185bb1c9ecbd2e539a52905d00103 /src/random-seed
parent0f9c8d02918492e9369cf85479c2e540b9c1f698 (diff)
downloadsystemd-8fc58b35eadd121cc605f9a505f579b7360cb0d6.tar.gz
random-seed: drop extraneous "we"
Diffstat (limited to 'src/random-seed')
-rw-r--r--src/random-seed/random-seed.c2
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)