[PATCH] coredump: Fix typo

From: Zhang Jiaming
Date: Tue Jun 21 2022 - 22:59:00 EST


Change 'postion' to 'position'.

Signed-off-by: Zhang Jiaming <jiaming@xxxxxxxxxxxx>
---
fs/coredump.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/fs/coredump.c b/fs/coredump.c
index ebc43f960b64..9efbe3d0cbc8 100644
--- a/fs/coredump.c
+++ b/fs/coredump.c
@@ -756,7 +756,7 @@ void do_coredump(const kernel_siginfo_t *siginfo)
core_dumped = binfmt->core_dump(&cprm);
/*
* Ensures that file size is big enough to contain the current
- * file postion. This prevents gdb from complaining about
+ * file position. This prevents gdb from complaining about
* a truncated file if the last "write" to the file was
* dump_skip.
*/
--
2.25.1