From: Yu Watanabe Date: Fri, 16 May 2025 08:47:51 +0000 (+0900) Subject: varlink: fix typo X-Git-Tag: v258-rc1~587 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ed3dce108dd20c7ea0557c88cf41674e53ab74b3;p=thirdparty%2Fsystemd.git varlink: fix typo Follow-up for 736349958efe34089131ca88950e2e5bb391d36a. --- 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,