]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
core/mount: remove repeated word
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Thu, 2 Feb 2017 16:18:34 +0000 (11:18 -0500)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Thu, 2 Feb 2017 16:18:34 +0000 (11:18 -0500)
src/core/mount.c

index f2e22f9562f89d5f5575486ac2f6c8c6dfdae7b7..ca0c4b0d5eed59bfc75ec966d55fc1160bf13d3d 100644 (file)
@@ -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