chiark / gitweb /
config_parse_set_status: put signals in the correct set
[elogind.git] / src / core / manager.c
index d86fdd2a0125625c1e1bf3f59a4f3951806c262f..0b24cddc5f3cabc469b9ee108916ba55da6511e2 100644 (file)
@@ -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))