]> 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)
committerLuca Boccassi <luca.boccassi@gmail.com>
Wed, 25 Jun 2025 12:36:10 +0000 (13:36 +0100)
(cherry picked from commit fe51a6147779e10833273b141c960163c5f6cea2)

src/core/transaction.c

index e6b55aeebf5f47f45909e2061bff8c74c7d1d834..e0611a81e3c8b3b0eda4aa822448a4999b2da18b 100644 (file)
@@ -942,8 +942,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))