Skip to content

Commit 175c6a2

Browse files
Zhu Junbrauner
authored andcommitted
fs: Fix grammar and spelling in propagate_umount()
Fix grammar and spelling in the propagate_umount() function. Signed-off-by: Zhu Jun <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Christian Brauner <[email protected]>
1 parent 4db9f52 commit 175c6a2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

fs/pnode.c

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -611,10 +611,10 @@ int propagate_umount(struct list_head *list)
611611
continue;
612612
} else if (child->mnt.mnt_flags & MNT_UMOUNT) {
613613
/*
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.
614+
* We have come across a partially unmounted
615+
* mount in a list that has not been visited
616+
* yet. Remember it has been visited and
617+
* continue about our merry way.
618618
*/
619619
list_add_tail(&child->mnt_umounting, &visited);
620620
continue;

0 commit comments

Comments
 (0)