We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4db9f52 commit 175c6a2Copy full SHA for 175c6a2
fs/pnode.c
@@ -611,10 +611,10 @@ int propagate_umount(struct list_head *list)
611
continue;
612
} else if (child->mnt.mnt_flags & MNT_UMOUNT) {
613
/*
614
- * We have come accross an partially unmounted
615
- * mount in list that has not been visited yet.
616
- * Remember it has been visited and continue
617
- * about our merry way.
+ * We have come across a partially unmounted
+ * mount in a list that has not been visited
+ * yet. Remember it has been visited and
+ * continue about our merry way.
618
*/
619
list_add_tail(&child->mnt_umounting, &visited);
620
0 commit comments