From: Zbigniew Jędrzejewski-Szmek Date: Thu, 2 Feb 2017 16:18:34 +0000 (-0500) Subject: core/mount: remove repeated word X-Git-Tag: v233~174^2~2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ce954c03198e0155eb9b8bf421e94b161d40b5e6;p=thirdparty%2Fsystemd.git core/mount: remove repeated word --- diff --git a/src/core/mount.c b/src/core/mount.c index f2e22f9562f..ca0c4b0d5ee 100644 --- a/src/core/mount.c +++ b/src/core/mount.c @@ -1241,7 +1241,7 @@ static void mount_sigchld_event(Unit *u, pid_t pid, int code, int status) { if (f == MOUNT_SUCCESS || m->from_proc_self_mountinfo) /* If /bin/mount returned success, or if we see the mount point in /proc/self/mountinfo we are - * happy. If we see the first condition first, we should see the the second condition + * happy. If we see the first condition first, we should see the second condition * immediately after – or /bin/mount lies to us and is broken. */ mount_enter_mounted(m, f); else