core/service: restore spuriously changed comment

Not sure why dfdeb0b1cb
touched it at all.
This commit is contained in:
Mike Yuan
2025-10-19 20:16:05 +02:00
parent aebe553db3
commit 2e43eee666

View File

@@ -4835,7 +4835,7 @@ static void service_notify_message(
_cleanup_(sd_bus_error_free) sd_bus_error error = SD_BUS_ERROR_NULL;
/* Propagate a reload explicitly for plain RELOADING=1 (semantically equivalent to
* service_enter_reload_mounting() call in below) */
* service_enter_reload_by_notify() call in below) */
r = manager_propagate_reload(UNIT(s)->manager, UNIT(s), JOB_FAIL, &error);
if (r < 0)
log_unit_warning(UNIT(s), "Failed to schedule propagation of reload, ignoring: %s",