summaryrefslogtreecommitdiff
path: root/src/core/umount.c
diff options
context:
space:
mode:
authorHermann Gausterer <git-systemd-2012@mrq1.org>2012-11-28 21:20:37 +0100
committerTom Gundersen <teg@jklm.no>2012-11-28 21:22:39 +0100
commit5a6f9d23300a35d916f26c9dfa2da101311ce217 (patch)
treef2f761c22dc0007447d5b1d77a82872004dd3ec5 /src/core/umount.c
parent140883405e429d9f8d3480a2701d8904f97e4a98 (diff)
downloadsystemd-5a6f9d23300a35d916f26c9dfa2da101311ce217.tar.gz
shutdown: fix typo
Diffstat (limited to 'src/core/umount.c')
-rw-r--r--src/core/umount.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/umount.c b/src/core/umount.c
index 5989a4c14a..f6c520eaa8 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")