summaryrefslogtreecommitdiff
path: root/src/sysusers/sysusers.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/sysusers/sysusers.c')
-rw-r--r--src/sysusers/sysusers.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/sysusers/sysusers.c b/src/sysusers/sysusers.c
index c3a9e54f3f..015e3a9ae4 100644
--- a/src/sysusers/sysusers.c
+++ b/src/sysusers/sysusers.c
@@ -269,10 +269,10 @@ static int make_backup(const char *target, const char *x) {
return -errno;
r = fopen_temporary_label(
- target, /* The path for which to the lookup the label */
+ target, /* The path for which to the look up the label */
x, /* Where we want the file actually to end up */
- &dst,
- &dst_tmp /* The temporary file we write to */);
+ &dst, /* The temporary file we write to */
+ &dst_tmp);
if (r < 0)
return r;