]> 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 17:17:42 +0000 (18:17 +0100)
(cherry picked from commit fe51a6147779e10833273b141c960163c5f6cea2)
(cherry picked from commit e35d83a7065ef062f113522dfdacbb41622c13ab)

src/core/transaction.c

index d6c0b1ac4136e749ed154344fde3b53723e608e3..aa9f16bbf09b24583afead35e9cda1e6d0a5f6e0 100644 (file)
@@ -947,8 +947,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))