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 | |
parent | 5076f4219ee3f25a39e3520943270c2c915b03d1 (diff) |
tree-wide: remove consecutive duplicate words in comments
Diffstat (limited to 'src/core')
-rw-r--r-- | src/core/dynamic-user.c | 2 | ||||
-rw-r--r-- | src/core/execute.c | 2 |
2 files changed, 2 insertions, 2 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); } diff --git a/src/core/execute.c b/src/core/execute.c index 3da7ef3be6..82d8c978c1 100644 --- a/src/core/execute.c +++ b/src/core/execute.c @@ -2207,7 +2207,7 @@ static int exec_child( return r; } - /* Note that we don't set $HOME or $SHELL if they are are not particularly enlightening anyway + /* Note that we don't set $HOME or $SHELL if they are not particularly enlightening anyway * (i.e. are "/" or "/bin/nologin"). */ } |