diff mbox series

coredump: Fix typo

Message ID 20220622025847.13335-1-jiaming@nfschina.com (mailing list archive)
State New, archived
Headers show
Series coredump: Fix typo | expand

Commit Message

Zhang Jiaming June 22, 2022, 2:58 a.m. UTC
Change 'postion' to 'position'.

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

Patch

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.
 		 */