]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
login: re-used -> reused
authorYu Watanabe <watanabe.yu+github@gmail.com>
Tue, 11 Jun 2024 06:50:12 +0000 (15:50 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Tue, 11 Jun 2024 06:52:13 +0000 (15:52 +0900)
Suggested by Fossies.

src/login/logind-user.c

index c63d214146cba3da5e2e3938cfd04343146240cf..8066b3e32012fff6727c8d1aa73bf8d8e6f890c9 100644 (file)
@@ -509,7 +509,7 @@ int user_start(User *u) {
         if (!u->started || u->stopping) {
                 /* If u->stopping is set, the user is marked for removal and service stop-jobs are queued.
                  * We have to clear that flag before queueing the start-jobs again. If they succeed, the
-                 * user object can be re-used just fine (pid1 takes care of job-ordering and proper restart),
+                 * user object can be reused just fine (pid1 takes care of job-ordering and proper restart),
                  * but if they fail, we want to force another user_stop() so possibly pending units are
                  * stopped. */
                 u->stopping = false;