chiark / gitweb /
shutdown: fix typo
authorHermann Gausterer <git-systemd-2012@mrq1.org>
Wed, 28 Nov 2012 20:20:37 +0000 (21:20 +0100)
committerTom Gundersen <teg@jklm.no>
Wed, 28 Nov 2012 20:22:39 +0000 (21:22 +0100)
src/core/umount.c

index 5989a4c14a47042e505362bc19e5a656bf1778a1..f6c520eaa855d1a9e4dd167df9780b502a562694 100644 (file)
@@ -433,8 +433,8 @@ static int mount_points_list_umount(MountPoint **head, bool *changed, bool log_e
                 }
 
                 /* Skip / and /usr since we cannot unmount that
-                 * anyway, since we are running from it. They have already been
-                 * remounte ro. */
+                 * anyway, since we are running from it. They have
+                 * already been remounted ro. */
                 if (path_equal(m->path, "/")
 #ifndef HAVE_SPLIT_USR
                     || path_equal(m->path, "/usr")