diff options
Diffstat (limited to '')
-rw-r--r-- | src/machine/machine-dbus.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/machine/machine-dbus.c b/src/machine/machine-dbus.c index 111158cb76..5ecb570848 100644 --- a/src/machine/machine-dbus.c +++ b/src/machine/machine-dbus.c @@ -1015,7 +1015,7 @@ int bus_machine_method_copy(sd_bus_message *message, void *userdata, sd_bus_erro goto child_fail; } - /* Run the actual copy operation. Note that when an UID shift is set we'll either clamp the UID/GID to + /* Run the actual copy operation. Note that when a UID shift is set we'll either clamp the UID/GID to * 0 or to the actual UID shift depending on the direction we copy. If no UID shift is set we'll copy * the UID/GIDs as they are. */ if (copy_from) |