diff mbox series

fs: pnode: Fix a typo

Message ID 20210607022456.66124-1-lijian_8010a29@163.com (mailing list archive)
State New, archived
Headers show
Series fs: pnode: Fix a typo | expand

Commit Message

lijian_8010a29@163.com June 7, 2021, 2:24 a.m. UTC
From: lijian <lijian@yulong.com>

Change 'accross' to 'across'.

Signed-off-by: lijian <lijian@yulong.com>
---
 fs/pnode.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Joe Perches June 7, 2021, 2:28 a.m. UTC | #1
On Mon, 2021-06-07 at 10:24 +0800, lijian_8010a29@163.com wrote:
> From: lijian <lijian@yulong.com>
> 
> Change 'accross' to 'across'.
[]
> diff --git a/fs/pnode.c b/fs/pnode.c
[]
> @@ -573,7 +573,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

perhaps fix the an/a mismatch too

				 * We have come across a partially unmounted
diff mbox series

Patch

diff --git a/fs/pnode.c b/fs/pnode.c
index 1106137c747a..f05f28632f5d 100644
--- a/fs/pnode.c
+++ b/fs/pnode.c
@@ -573,7 +573,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.