shutdown: fix typo

This commit is contained in:
Hermann Gausterer 2012-11-28 21:20:37 +01:00 committed by Tom Gundersen
parent 140883405e
commit 5a6f9d2330

View 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 /* Skip / and /usr since we cannot unmount that
* anyway, since we are running from it. They have already been * anyway, since we are running from it. They have
* remounte ro. */ * already been remounted ro. */
if (path_equal(m->path, "/") if (path_equal(m->path, "/")
#ifndef HAVE_SPLIT_USR #ifndef HAVE_SPLIT_USR
|| path_equal(m->path, "/usr") || path_equal(m->path, "/usr")