projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0b3d412
)
binfmt_elf: fix comment typo s/reset/regset/
author
Baruch Siach
<baruch@tkos.co.il>
Fri, 23 Jun 2023 05:56:44 +0000
(08:56 +0300)
committer
Kees Cook
<keescook@chromium.org>
Fri, 23 Jun 2023 16:36:30 +0000
(09:36 -0700)
Signed-off-by: Baruch Siach <baruch@tkos.co.il>
Signed-off-by: Kees Cook <keescook@chromium.org>
Link:
https://lore.kernel.org/r/0b2967c4a4141875c493e835d5a6f8f2d19ae2d6.1687499804.git.baruch@tkos.co.il
fs/binfmt_elf.c
patch
|
blob
|
history
diff --git
a/fs/binfmt_elf.c
b/fs/binfmt_elf.c
index 44b4c42ab8e8a7ae2d2a466451332c83b3b5975b..983ce34115d5b967b7e6957e36f28a4c9d50e69e 100644
(file)
--- a/
fs/binfmt_elf.c
+++ b/
fs/binfmt_elf.c
@@
-1773,7
+1773,7
@@
static int fill_thread_core_info(struct elf_thread_core_info *t,
/*
* NT_PRSTATUS is the one special case, because the regset data
* goes into the pr_reg field inside the note contents, rather
- * than being the whole note contents. We fill the reset in here.
+ * than being the whole note contents. We fill the re
g
set in here.
* We assume that regset 0 is NT_PRSTATUS.
*/
fill_prstatus(&t->prstatus.common, t->task, signr);