fs: Fix grammar and spelling in propagate_umount()
authorZhu Jun <zhujun2@cmss.chinamobile.com>
Wed, 4 Dec 2024 08:12:18 +0000 (00:12 -0800)
committerChristian Brauner <brauner@kernel.org>
Sun, 22 Dec 2024 10:29:52 +0000 (11:29 +0100)
Fix grammar and spelling in the propagate_umount() function.

Signed-off-by: Zhu Jun <zhujun2@cmss.chinamobile.com>
Link: https://lore.kernel.org/r/20241204081218.12141-1-zhujun2@cmss.chinamobile.com
Signed-off-by: Christian Brauner <brauner@kernel.org>
fs/pnode.c

index a799e0315cc9a3bab0492b4c39d0d5c7172449ea..ef048f008bdd5a4b6f2c3d5906034579072a257b 100644 (file)
@@ -611,10 +611,10 @@ int propagate_umount(struct list_head *list)
                                continue;
                        } else if (child->mnt.mnt_flags & MNT_UMOUNT) {
                                /*
-                                * We have come accross an partially unmounted
-                                * mount in list that has not been visited yet.
-                                * Remember it has been visited and continue
-                                * 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.
                                 */
                                list_add_tail(&child->mnt_umounting, &visited);
                                continue;