[systemd-commits] src/core
Tom Gundersen
tomegun at kemper.freedesktop.org
Wed Nov 28 12:23:34 PST 2012
src/core/umount.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit 5a6f9d23300a35d916f26c9dfa2da101311ce217
Author: Hermann Gausterer <git-systemd-2012 at mrq1.org>
Date: Wed Nov 28 21:20:37 2012 +0100
shutdown: fix typo
diff --git a/src/core/umount.c b/src/core/umount.c
index 5989a4c..f6c520e 100644
--- a/src/core/umount.c
+++ b/src/core/umount.c
@@ -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")
More information about the systemd-commits
mailing list