]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
core: fix typo
authorYu Watanabe <watanabe.yu+github@gmail.com>
Mon, 25 Aug 2025 19:54:16 +0000 (04:54 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Mon, 25 Aug 2025 19:54:19 +0000 (04:54 +0900)
Follow-up for b3415f5daef49642be3d5f417b8880c078420ff7.

src/core/exec-invoke.c

index 72050aad694d862bdc8d346a67e8175c421dd0fd..7fbc2d6a797436ebeb4c047036e25aa57abbfc8d 100644 (file)
@@ -4098,7 +4098,7 @@ static int setup_keyring(
                         return log_error_errno(errno, "Failed to change GID back for user keyring: %m");
         }
 
-        /* Populate they keyring with the invocation ID by default, as original saved_uid. */
+        /* Populate the keyring with the invocation ID by default, as original saved_uid. */
         if (!sd_id128_is_null(p->invocation_id)) {
                 key_serial_t key;