From 610a97460ed49ee802c283a47359f660c0fbc85b Mon Sep 17 00:00:00 2001
From: Yu Watanabe <watanabe.yu+github@gmail.com>
Date: Thu, 15 May 2025 09:14:07 +0900
Subject: [PATCH] core/transaction: fix comment

(cherry picked from commit fe51a6147779e10833273b141c960163c5f6cea2)
(cherry picked from commit e35d83a7065ef062f113522dfdacbb41622c13ab)
(cherry picked from commit ef1657c7db1a0942eedb0b6f9aee597e7158e61d)
---
 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 d8ec8c7419..356c84adf4 100644
--- a/src/core/transaction.c
+++ b/src/core/transaction.c
@@ -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))
-- 
2.43.0