diff options
Diffstat (limited to 'src/core/service.c')
-rw-r--r-- | src/core/service.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/service.c b/src/core/service.c index a9a64938b5..5b0bb76af2 100644 --- a/src/core/service.c +++ b/src/core/service.c @@ -4736,7 +4736,7 @@ static void service_notify_message( monotonic_usec != USEC_INFINITY && monotonic_usec >= s->reload_begin_usec) /* Note, we don't call service_enter_reload_by_notify() here, because we - * don't need reload propagation nor do we want to restart the time-out. */ + * don't need reload propagation nor do we want to restart the timeout. */ service_set_state(s, SERVICE_RELOAD_NOTIFY); if (s->state == SERVICE_RUNNING) |