Re: [PATCH] fs: pnode: Fix a typo

From: Joe Perches
Date: Sun Jun 06 2021 - 22:28:35 EST


On Mon, 2021-06-07 at 10:24 +0800, lijian_8010a29@xxxxxxx wrote:
> From: lijian <lijian@xxxxxxxxxx>
>
> 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