From: David Herrmann Date: Sun, 18 Jan 2015 18:28:30 +0000 (+0100) Subject: bus: fix typo X-Git-Tag: v219~456 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=eea0b59193f37fcc9ee227de26d0009e6bdc6d92;hp=05bae4a60c32e29797597979cee2f3684eb3bc1e bus: fix typo Fix comment typo and clarify that this is not about privileges but can have rather arbitrary reasons. --- 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|