diff options
author | Stefan Schweter <stefan@schweter.it> | 2016-10-02 19:37:21 +0200 |
---|---|---|
committer | Daniel Mack <github@zonque.org> | 2016-10-04 17:06:25 +0200 |
commit | 629ff674ac48653703440ab16998adb03391f986 (patch) | |
tree | 4007dfaabf886f076ab3a5aa085688cab14adba4 /src/core/dynamic-user.c | |
parent | 5076f4219ee3f25a39e3520943270c2c915b03d1 (diff) | |
download | systemd-629ff674ac48653703440ab16998adb03391f986.tar.gz |
tree-wide: remove consecutive duplicate words in comments
Diffstat (limited to 'src/core/dynamic-user.c')
-rw-r--r-- | src/core/dynamic-user.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/dynamic-user.c b/src/core/dynamic-user.c index 310aaa94e1..1043da3eb7 100644 --- a/src/core/dynamic-user.c +++ b/src/core/dynamic-user.c @@ -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); } |