From: Lennart Poettering Date: Wed, 27 Jun 2018 18:02:49 +0000 (+0200) Subject: core: tiny comment fix X-Git-Tag: v240~1025 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=874b5ad2488d75c6bbc4388ef0fd07e6a1baf4d0;p=thirdparty%2Fsystemd.git core: tiny comment fix --- diff --git a/src/core/dbus-unit.c b/src/core/dbus-unit.c index ae0410414e3..3fb53c5381a 100644 --- a/src/core/dbus-unit.c +++ b/src/core/dbus-unit.c @@ -1033,7 +1033,7 @@ int bus_unit_method_attach_processes(sd_bus_message *message, void *userdata, sd if (r < 0) return r; - /* Let's validate security: if the sender is root, then all is OK. If the sender is is any other unit, + /* Let's validate security: if the sender is root, then all is OK. If the sender is any other unit, * then the process' UID and the target unit's UID have to match the sender's UID */ if (sender_uid != 0 && sender_uid != getuid()) { r = get_process_uid(pid, &process_uid);