]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
core/transaction: fix comment
authorYu Watanabe <watanabe.yu+github@gmail.com>
Thu, 15 May 2025 00:14:07 +0000 (09:14 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Wed, 28 May 2025 20:37:34 +0000 (05:37 +0900)
src/core/transaction.c

index c4205af70a222527955e10f32f2d09ca5f80e0d7..1775a0ba733676cddf8ae3ee274286a9cc45bdc2 100644 (file)
@@ -944,8 +944,8 @@ int transaction_add_job_and_dependencies(
         assert(type < _JOB_TYPE_MAX_IN_TRANSACTION);
         assert(unit);
 
-        /* Before adding jobs for this unit, let's ensure that its state has been loaded This matters when
-         * jobs are spawned as part of coldplugging itself (see e. g. path_coldplug()).  This way, we
+        /* Before adding jobs for this unit, let's ensure that its state has been loaded. This matters when
+         * jobs are spawned as part of coldplugging itself (see e. g. path_coldplug()). This way, we
          * "recursively" coldplug units, ensuring that we do not look at state of not-yet-coldplugged
          * units. */
         if (MANAGER_IS_RELOADING(unit->manager))