[PATCH] fs: Fix typo in pnode.c

From: Zhu Jun
Date: Wed Dec 04 2024 - 03:14:43 EST


The word 'accross' is wrong, so fix it.

Signed-off-by: Zhu Jun <zhujun2@xxxxxxxxxxxxxxxxxxxx>
---
fs/pnode.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/fs/pnode.c b/fs/pnode.c
index a799e0315..eb343be54 100644
--- a/fs/pnode.c
+++ b/fs/pnode.c
@@ -611,7 +611,7 @@ int propagate_umount(struct list_head *list)
continue;
} else if (child->mnt.mnt_flags & MNT_UMOUNT) {
/*
- * We have come accross an partially unmounted
+ * We have come across an partially unmounted
* mount in list that has not been visited yet.
* Remember it has been visited and continue
* about our merry way.
--
2.17.1