]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
shared/bus-polkit: fix punctuation
authorZbigniew Jędrzejewski-Szmek <zbyszek@amutable.com>
Wed, 27 May 2026 12:02:47 +0000 (14:02 +0200)
committerZbigniew Jędrzejewski-Szmek <zbyszek@amutable.com>
Wed, 27 May 2026 12:05:08 +0000 (14:05 +0200)
src/shared/bus-polkit.c

index 1373dba0ed2136d2b26c2ac61d1070aa7d29a382..9c1b11a274fc52c12d612db3fb70a909e667b3aa 100644 (file)
@@ -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.