summaryrefslogtreecommitdiff
path: root/src/login
diff options
context:
space:
mode:
authorStefan Schweter <stefan@schweter.it>2016-10-02 19:37:21 +0200
committerDaniel Mack <github@zonque.org>2016-10-04 17:06:25 +0200
commit629ff674ac48653703440ab16998adb03391f986 (patch)
tree4007dfaabf886f076ab3a5aa085688cab14adba4 /src/login
parent5076f4219ee3f25a39e3520943270c2c915b03d1 (diff)
tree-wide: remove consecutive duplicate words in comments
Diffstat (limited to 'src/login')
-rw-r--r--src/login/logind-session.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/login/logind-session.c b/src/login/logind-session.c
index b6da237397..ba1bcc2630 100644
--- a/src/login/logind-session.c
+++ b/src/login/logind-session.c
@@ -611,7 +611,7 @@ static int session_stop_scope(Session *s, bool force) {
return 0;
/* Let's always abandon the scope first. This tells systemd that we are not interested anymore, and everything
- * that is left in in the scope is "left-over". Informing systemd about this has the benefit that it will log
+ * that is left in the scope is "left-over". Informing systemd about this has the benefit that it will log
* when killing any processes left after this point. */
r = manager_abandon_scope(s->manager, s->scope, &error);
if (r < 0)