diff options
author | Giuseppe Scrivano <gscrivan@redhat.com> | 2016-10-04 10:51:25 +0200 |
---|---|---|
committer | Giuseppe Scrivano <gscrivan@redhat.com> | 2016-10-05 18:36:48 +0200 |
commit | 77531863ca50fb5c0dfb952dbda50250bbe3e5d1 (patch) | |
tree | 4ade08755855f7bded48e9d1464042a287a9d8d3 /src/core | |
parent | f6bb7ac5c6a200eb444f7f7ad043c01b2afa7d4c (diff) |
Fix typo
Diffstat (limited to 'src/core')
-rw-r--r-- | src/core/umount.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/umount.c b/src/core/umount.c index c21a2be54e..1e5459ed80 100644 --- a/src/core/umount.c +++ b/src/core/umount.c @@ -375,7 +375,7 @@ static int mount_points_list_umount(MountPoint **head, bool *changed, bool log_e /* If we are in a container, don't attempt to read-only mount anything as that brings no real benefits, but might confuse the host, as we remount - the superblock here, not the bind mound. */ + the superblock here, not the bind mount. */ if (detect_container() <= 0) { _cleanup_free_ char *options = NULL; /* MS_REMOUNT requires that the data parameter |