From 8fc58b35eadd121cc605f9a505f579b7360cb0d6 Mon Sep 17 00:00:00 2001 From: Frantisek Sumsal Date: Wed, 8 Mar 2023 12:58:28 +0100 Subject: [PATCH] random-seed: drop extraneous "we" --- src/random-seed/random-seed.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)