linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] fs: pnode: Fix a typo
@ 2021-06-07  2:24 lijian_8010a29
  2021-06-07  2:28 ` Joe Perches
  0 siblings, 1 reply; 2+ messages in thread
From: lijian_8010a29 @ 2021-06-07  2:24 UTC (permalink / raw)
  To: viro; +Cc: linux-fsdevel, linux-kernel, lijian

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(-)

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.
-- 
2.25.1



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] fs: pnode: Fix a typo
  2021-06-07  2:24 [PATCH] fs: pnode: Fix a typo lijian_8010a29
@ 2021-06-07  2:28 ` Joe Perches
  0 siblings, 0 replies; 2+ messages in thread
From: Joe Perches @ 2021-06-07  2:28 UTC (permalink / raw)
  To: lijian_8010a29, viro; +Cc: linux-fsdevel, linux-kernel, lijian

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



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-06-07  2:28 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-07  2:24 [PATCH] fs: pnode: Fix a typo lijian_8010a29
2021-06-07  2:28 ` Joe Perches

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).