Skip to content

Commit aa88054

Browse files
baruchsiachkees
authored andcommitted
binfmt_elf: fix comment typo s/reset/regset/
Signed-off-by: Baruch Siach <[email protected]> Signed-off-by: Kees Cook <[email protected]> Link: https://lore.kernel.org/r/0b2967c4a4141875c493e835d5a6f8f2d19ae2d6.1687499804.git.baruch@tkos.co.il
1 parent 0b3d412 commit aa88054

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fs/binfmt_elf.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1773,7 +1773,7 @@ static int fill_thread_core_info(struct elf_thread_core_info *t,
17731773
/*
17741774
* NT_PRSTATUS is the one special case, because the regset data
17751775
* goes into the pr_reg field inside the note contents, rather
1776-
* than being the whole note contents. We fill the reset in here.
1776+
* than being the whole note contents. We fill the regset in here.
17771777
* We assume that regset 0 is NT_PRSTATUS.
17781778
*/
17791779
fill_prstatus(&t->prstatus.common, t->task, signr);

0 commit comments

Comments
 (0)