]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
core/job: fix typo
authorMike Yuan <me@yhndnzj.com>
Thu, 23 Jan 2025 17:02:34 +0000 (18:02 +0100)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Thu, 23 Jan 2025 20:08:12 +0000 (05:08 +0900)
src/core/job.c

index 178a9beca27f706ea416a897c450366af92ae2ff..f674a7845f8d46f966773c2a6e06be8b68c02a5b 100644 (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.