From fe51a6147779e10833273b141c960163c5f6cea2 Mon Sep 17 00:00:00 2001 From: Yu Watanabe Date: Thu, 15 May 2025 09:14:07 +0900 Subject: [PATCH] core/transaction: fix comment --- src/core/transaction.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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)) -- 2.47.3