All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2] fs: file_table: Fix a typo
@ 2021-06-07  3:56 lijian_8010a29
  0 siblings, 0 replies; only message in thread
From: lijian_8010a29 @ 2021-06-07  3:56 UTC (permalink / raw)
  To: viro; +Cc: linux-fsdevel, linux-kernel, lijian

From: lijian <lijian@yulong.com>

Change 'happend' to 'happen'.

Signed-off-by: lijian <lijian@yulong.com>
---
v2: change 'happend' to 'happened'.
 fs/file_table.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/fs/file_table.c b/fs/file_table.c
index 4891f267b69a..f40df305dd3b 100644
--- 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 happen e.g. we over file
+ * Returns an error pointer if some error happened e.g. we over file
  * structures limit, run out of memory or operation is not permitted.
  *
  * Be very careful using this.  You are responsible for
-- 
2.25.1


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2021-06-07 10:32 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-07  3:56 [PATCH v2] fs: file_table: Fix a typo lijian_8010a29

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.