]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
varlink: fix typo
authorYu Watanabe <watanabe.yu+github@gmail.com>
Fri, 16 May 2025 08:47:51 +0000 (17:47 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Fri, 16 May 2025 08:47:54 +0000 (17:47 +0900)
Follow-up for 736349958efe34089131ca88950e2e5bb391d36a.

src/shared/varlink-io.systemd.Manager.c

index c27eff6e21b6f9d02e6a23185c5b4921845e1fe2..a3e274d0d144c42e88f1539807dca12fc6a222ea 100644 (file)
@@ -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,