summaryrefslogtreecommitdiff
path: root/src/libsystemd/sd-bus/bus-control.c
diff options
context:
space:
mode:
authorDavid Herrmann <dh.herrmann@gmail.com>2015-01-18 19:28:30 +0100
committerDavid Herrmann <dh.herrmann@gmail.com>2015-01-18 19:28:30 +0100
commiteea0b59193f37fcc9ee227de26d0009e6bdc6d92 (patch)
tree30943eeba2f0d284abb2ac2f528687fb6def54e1 /src/libsystemd/sd-bus/bus-control.c
parent05bae4a60c32e29797597979cee2f3684eb3bc1e (diff)
bus: fix typo
Fix comment typo and clarify that this is not about privileges but can have rather arbitrary reasons.
Diffstat (limited to 'src/libsystemd/sd-bus/bus-control.c')
-rw-r--r--src/libsystemd/sd-bus/bus-control.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libsystemd/sd-bus/bus-control.c b/src/libsystemd/sd-bus/bus-control.c
index 35c79cf89..442def7f7 100644
--- a/src/libsystemd/sd-bus/bus-control.c
+++ b/src/libsystemd/sd-bus/bus-control.c
@@ -644,8 +644,8 @@ int bus_get_name_creds_kdbus(
cmd->size = size;
cmd->flags = attach_flags_to_kdbus(mask);
- /* If augmentation is on, and the bus doesn't didn't allow us
- * to get the bits we want, then ask for the PID/TID so that we
+ /* If augmentation is on, and the bus didn't provide us
+ * the bits we want, then ask for the PID/TID so that we
* can read the rest from /proc. */
if ((mask & SD_BUS_CREDS_AUGMENT) &&
(mask & (SD_BUS_CREDS_UID|SD_BUS_CREDS_EUID|SD_BUS_CREDS_SUID|SD_BUS_CREDS_FSUID|