core/job: fix typo

This commit is contained in:
Mike Yuan
2025-01-23 18:02:34 +01:00
committed by Yu Watanabe
parent 3e7910829e
commit f3ba767d6c

View File

@@ -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.