]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
random-seed: drop extraneous "we"
authorFrantisek Sumsal <frantisek@sumsal.cz>
Wed, 8 Mar 2023 11:58:28 +0000 (12:58 +0100)
committerFrantisek Sumsal <frantisek@sumsal.cz>
Wed, 8 Mar 2023 15:28:37 +0000 (16:28 +0100)
src/random-seed/random-seed.c

index c3353e551825a6ab47e2d52cac79ce48d605db68..242fc190f9aff2e14ecd2835fe9c5d354dff01ab 100644 (file)
@@ -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)