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

From: Joe Perches
Date: Sun Jun 06 2021 - 23:42:24 EST


On Mon, 2021-06-07 at 11:30 +0800, lijian_8010a29@xxxxxxx wrote:
> From: lijian <lijian@xxxxxxxxxx>
>
> Change 'happend' to 'happen'.
[]
> diff --git a/fs/file_table.c b/fs/file_table.c
[]
> @@ -121,7 +121,7 @@ static struct file *__alloc_file(int flags, const struct cred *cred)
>  }
>  
>
>  /* Find an unused file structure and return a pointer to it.
> - * Returns an error pointer if some error happend e.g. we over file
> + * Returns an error pointer if some error happen e.g. we over file

happened