From ed3dce108dd20c7ea0557c88cf41674e53ab74b3 Mon Sep 17 00:00:00 2001 From: Yu Watanabe Date: Fri, 16 May 2025 17:47:51 +0900 Subject: [PATCH] varlink: fix typo Follow-up for 736349958efe34089131ca88950e2e5bb391d36a. --- src/shared/varlink-io.systemd.Manager.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/shared/varlink-io.systemd.Manager.c b/src/shared/varlink-io.systemd.Manager.c index c27eff6e21b..a3e274d0d14 100644 --- a/src/shared/varlink-io.systemd.Manager.c +++ b/src/shared/varlink-io.systemd.Manager.c @@ -17,7 +17,7 @@ static SD_VARLINK_DEFINE_STRUCT_TYPE( /* The split between ManagerContext and ManagerRuntime follows the rule: * - Context is what cannot change once configuration is loaded. You can think about context settings as constants. - * - Runtime is changable settings at runtime, in other words - variables. */ + * - Runtime is changeable settings at runtime, in other words - variables. */ static SD_VARLINK_DEFINE_STRUCT_TYPE( ManagerContext, -- 2.47.3