X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=src%2Fshutdown%2Fumount.c;h=c75be39fefc88c9a0fcf61452107e179b12630e2;hb=adb7b782f83ca076b09b60a905f9ffb311835693;hp=5b1160833b9afcea8e79cf45a7b3994213b4b35c;hpb=2f2d81d957b2d5ef7a0f8a702dcf7f71348cffe3;p=thirdparty%2Fsystemd.git diff --git a/src/shutdown/umount.c b/src/shutdown/umount.c index 5b1160833b9..c75be39fefc 100644 --- a/src/shutdown/umount.c +++ b/src/shutdown/umount.c @@ -385,7 +385,7 @@ static int remount_with_timeout(MountPoint *m, int umount_log_level) { assert(m); - /* Due to the possiblity of a remount operation hanging, we + /* Due to the possibility of a remount operation hanging, we * fork a child process and set a timeout. If the timeout * lapses, the assumption is that that particular remount * failed. */ @@ -423,7 +423,7 @@ static int umount_with_timeout(MountPoint *m, int umount_log_level) { assert(m); - /* Due to the possiblity of a umount operation hanging, we + /* Due to the possibility of a umount operation hanging, we * fork a child process and set a timeout. If the timeout * lapses, the assumption is that that particular umount * failed. */ @@ -481,7 +481,7 @@ static int mount_points_list_umount(MountPoint **head, bool *changed, int umount * underlying mount. There's nothing we can do * about it for the general case, but we can * do something about it if it is aliased - * somehwere else via a bind mount. If we + * somewhere else via a bind mount. If we * explicitly remount the super block of that * alias read-only we hence should be * relatively safe regarding keeping a dirty fs