From eea0b59193f37fcc9ee227de26d0009e6bdc6d92 Mon Sep 17 00:00:00 2001 From: David Herrmann Date: Sun, 18 Jan 2015 19:28:30 +0100 Subject: [PATCH 1/1] bus: fix typo Fix comment typo and clarify that this is not about privileges but can have rather arbitrary reasons. --- src/libsystemd/sd-bus/bus-control.c | 4 ++-- 1 file 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| -- 2.30.2