]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/core/execute.c
Merge pull request #16338 from keszybz/spelling2
[thirdparty/systemd.git] / src / core / execute.c
index 4bee1b19665edcdb8f9597f8d7b393dd335b8a34..078aa1441805b56e445953e1d740b53a67194ac4 100644 (file)
@@ -2855,7 +2855,7 @@ static int setup_keyring(
         }
 
 out:
-        /* Revert back uid & gid for the the last time, and exit */
+        /* Revert back uid & gid for the last time, and exit */
         /* no extra logging, as only the first already reported error matters */
         if (getuid() != saved_uid)
                 (void) setreuid(saved_uid, -1);