diff options
author | Thomas Hindoe Paaboel Andersen <phomes@gmail.com> | 2013-02-14 22:16:58 +0100 |
---|---|---|
committer | Thomas Hindoe Paaboel Andersen <phomes@gmail.com> | 2013-02-14 22:16:58 +0100 |
commit | 39ccc87c8a70cbe8a02e681cda280baee91b2907 (patch) | |
tree | de74e8d50c9146b32b3e21f641085377ef5824cf /src/login | |
parent | 0e4ffbff01cb6b8ca1dd9f0afe61c4e4918872e7 (diff) |
update TODO
Diffstat (limited to 'src/login')
-rw-r--r-- | src/login/logind.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/login/logind.c b/src/login/logind.c index 680bc1fcdf..bb34a7f362 100644 --- a/src/login/logind.c +++ b/src/login/logind.c @@ -1463,7 +1463,7 @@ int manager_dispatch_idle_action(Manager *m) { r = manager_get_idle_hint(m, &since); if (r <= 0) - /* Not idle. Let's check if after a timeout it it might be idle then. */ + /* Not idle. Let's check if after a timeout it might be idle then. */ timespec_store(&its.it_value, n + m->idle_action_usec); else { /* Idle! Let's see if it's time to do something, or if |