From 874b5ad2488d75c6bbc4388ef0fd07e6a1baf4d0 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Wed, 27 Jun 2018 20:02:49 +0200 Subject: [PATCH] core: tiny comment fix --- src/core/dbus-unit.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/dbus-unit.c b/src/core/dbus-unit.c index ae04104..3fb53c5 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); -- 2.7.4