1
0
mirror of https://github.com/systemd/systemd.git synced 2025-11-06 20:24:43 +03:00

core: fix typo

Follow-up for b3415f5dae.
This commit is contained in:
Yu Watanabe
2025-08-26 04:54:16 +09:00
parent f78a482393
commit dac478c44c

View 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;