mirror of
https://github.com/morgan9e/systemd
synced 2026-04-14 08:25:20 +09:00
core/job: fix typo
This commit is contained in:
@@ -448,7 +448,7 @@ bool job_type_is_redundant(JobType a, UnitActiveState b) {
|
||||
return IN_SET(b, UNIT_ACTIVE, UNIT_RELOADING, UNIT_REFRESHING);
|
||||
|
||||
case JOB_RELOAD:
|
||||
/* Reload jobs are never consider redundant/duplicate. Refer jobs_may_late_merge() for
|
||||
/* Reload jobs are never considered redundant/duplicate. Refer to jobs_may_late_merge() for
|
||||
* a detailed justification. */
|
||||
case JOB_RESTART:
|
||||
/* Restart jobs must always be kept.
|
||||
|
||||
Reference in New Issue
Block a user