From: Zbigniew Jędrzejewski-Szmek Date: Wed, 27 May 2026 12:02:47 +0000 (+0200) Subject: shared/bus-polkit: fix punctuation X-Git-Tag: v261-rc3~68 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b130084a2d87f0cca266383f8963d11532b0cff7;p=thirdparty%2Fsystemd.git shared/bus-polkit: fix punctuation --- diff --git a/src/shared/bus-polkit.c b/src/shared/bus-polkit.c index 1373dba0ed2..9c1b11a274f 100644 --- a/src/shared/bus-polkit.c +++ b/src/shared/bus-polkit.c @@ -482,9 +482,9 @@ static int async_polkit_query_check_action( * processed and the polkit action to verify. * 2. bus_verify_polkit_async() checks the registry for an existing query object associated with the * message. Let's assume this is the first call, so it finds nothing. - * 3. A new AsyncPolkitQuery object is created and an async. D-Bus call to polkit is made. The + * 3. A new AsyncPolkitQuery object is created and an async D-Bus call to polkit is made. The * function then returns 0. The method handler returns 1 to tell sd-bus that the processing of - * the message has been interrupted. + * the message has been interrupted. * 4. (Later) A reply from polkit is received and async_polkit_callback() is called. * 5. async_polkit_callback() reads the reply and stores its result in the passed query. * 6. async_polkit_callback() enqueues the original message again.