]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/login/logind-session.c
tree-wide: remove consecutive duplicate words in comments
[thirdparty/systemd.git] / src / login / logind-session.c
index b6da237397491f1646115aa7dd34b3080a7836c6..ba1bcc2630b70eee25c7d66acc4b3633a535e419 100644 (file)
@@ -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)