X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=src%2Fcore%2Fmanager.c;h=0b24cddc5f3cabc469b9ee108916ba55da6511e2;hp=d86fdd2a0125625c1e1bf3f59a4f3951806c262f;hb=615938651d3a4fd9253b08da00db22d451a8cef8;hpb=a626df3efd908b6d868d49207905bdd5162e5609 diff --git a/src/core/manager.c b/src/core/manager.c index d86fdd2a0..0b24cddc5 100644 --- a/src/core/manager.c +++ b/src/core/manager.c @@ -1725,8 +1725,8 @@ static int manager_dispatch_signal_fd(sd_event_source *source, int fd, uint32_t case SIGINT: if (m->running_as == SYSTEMD_SYSTEM) { - /* If the user presses C-A-D too more - * than 7 times within 2s, we reboot + /* If the user presses C-A-D more than + * 7 times within 2s, we reboot * immediately. */ if (ratelimit_test(&m->ctrl_alt_del_ratelimit))