From: Yu Watanabe Date: Thu, 15 May 2025 00:14:07 +0000 (+0900) Subject: core/transaction: fix comment X-Git-Tag: v258-rc1~440^2~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fe51a6147779e10833273b141c960163c5f6cea2;p=thirdparty%2Fsystemd.git core/transaction: fix comment --- diff --git a/src/core/transaction.c b/src/core/transaction.c index c4205af70a2..1775a0ba733 100644 --- a/src/core/transaction.c +++ b/src/core/transaction.c @@ -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))