Skip to content

Commit 6f2d929

Browse files
yuwatabluca
authored andcommitted
core/transaction: fix comment
(cherry picked from commit fe51a61) (cherry picked from commit e35d83a7065ef062f113522dfdacbb41622c13ab) (cherry picked from commit ef1657c7db1a0942eedb0b6f9aee597e7158e61d) (cherry picked from commit 610a974)
1 parent fb44a4a commit 6f2d929

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/core/transaction.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -955,8 +955,8 @@ int transaction_add_job_and_dependencies(
955955
assert(type < _JOB_TYPE_MAX_IN_TRANSACTION);
956956
assert(unit);
957957

958-
/* Before adding jobs for this unit, let's ensure that its state has been loaded This matters when
959-
* jobs are spawned as part of coldplugging itself (see e. g. path_coldplug()). This way, we
958+
/* Before adding jobs for this unit, let's ensure that its state has been loaded. This matters when
959+
* jobs are spawned as part of coldplugging itself (see e. g. path_coldplug()). This way, we
960960
* "recursively" coldplug units, ensuring that we do not look at state of not-yet-coldplugged
961961
* units. */
962962
if (MANAGER_IS_RELOADING(unit->manager))

0 commit comments

Comments
 (0)