]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/core/dynamic-user.c
tree-wide: remove consecutive duplicate words in comments
[thirdparty/systemd.git] / src / core / dynamic-user.c
index 310aaa94e1dd3c75677229c24297c5f397074023..1043da3eb77008ca9d591f900b8169ef03ffb643 100644 (file)
@@ -233,7 +233,7 @@ static int pick_uid(const char *name, uid_t *ret_uid) {
                         if (st.st_nlink > 0)
                                 break;
 
-                        /* Oh, bummer, we got got the lock, but the file was unlinked between the time we opened it and
+                        /* Oh, bummer, we got the lock, but the file was unlinked between the time we opened it and
                          * got the lock. Close it, and try again. */
                         lock_fd = safe_close(lock_fd);
                 }