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
1 changed files with 2 additions and 2 deletions

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
* 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")