shared: fix comment typos in Udev and AskPassword Varlink IDL

This commit is contained in:
noxiouz
2026-02-27 02:33:22 +00:00
committed by Daan De Meyer
parent 54796ea3b2
commit 37b8cd71cd
2 changed files with 3 additions and 3 deletions

View File

@@ -25,7 +25,7 @@ static SD_VARLINK_DEFINE_METHOD(
SD_VARLINK_FIELD_COMMENT("Timeout in µs (relative, CLOCK_MONOTONIC; set to zero to only check cache and not query interactively; set to UINT64_MAX to disable relative timeout; if not set defaults to 90s)"),
SD_VARLINK_DEFINE_INPUT(timeoutUSec, SD_VARLINK_INT, SD_VARLINK_NULLABLE),
SD_VARLINK_FIELD_COMMENT("Timeout in µs (absolute, CLOCK_MONOTONIC; if both timeoutUSec and untilUSec are specified the earlier of the two is used; "
"set to zero to only check cache and not query interactively; leave unset or set to UINT64_NAX to disable absolute timeout)"),
"set to zero to only check cache and not query interactively; leave unset or set to UINT64_MAX to disable absolute timeout)"),
SD_VARLINK_DEFINE_INPUT(untilUSec, SD_VARLINK_INT, SD_VARLINK_NULLABLE),
SD_VARLINK_FIELD_COMMENT("Whether to accept cached passwords from the kernel keyring"),
SD_VARLINK_DEFINE_INPUT(acceptCached, SD_VARLINK_BOOL, SD_VARLINK_NULLABLE),

View File

@@ -35,9 +35,9 @@ SD_VARLINK_DEFINE_INTERFACE(
&vl_method_SetChildrenMax,
SD_VARLINK_SYMBOL_COMMENT("Sets the global udev properties."),
&vl_method_SetEnvironment,
SD_VARLINK_SYMBOL_COMMENT("Starts processing of queued events."),
&vl_method_Revert,
SD_VARLINK_SYMBOL_COMMENT("Revert previously set configurations."),
&vl_method_Revert,
SD_VARLINK_SYMBOL_COMMENT("Starts processing of queued events."),
&vl_method_StartExecQueue,
SD_VARLINK_SYMBOL_COMMENT("Stops processing of queued events."),
&vl_method_StopExecQueue,