mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-07-20 16:51:37 +00:00
Fix some codespell warnings
Brought to you by codespell -w (using codespell v2.1.0). Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
This commit is contained in:
parent
3f18004778
commit
0194ed392f
83 changed files with 124 additions and 124 deletions
|
|
@ -108,7 +108,7 @@ struct infect_ctx {
|
|||
unsigned long syscall_ip; /* entry point of infection */
|
||||
unsigned long flags; /* fine-tune (e.g. faults) */
|
||||
|
||||
void (*child_handler)(int, siginfo_t *, void *); /* hander for SIGCHLD deaths */
|
||||
void (*child_handler)(int, siginfo_t *, void *); /* handler for SIGCHLD deaths */
|
||||
struct sigaction orig_handler;
|
||||
|
||||
open_proc_fn open_proc;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue