mirror of
https://github.com/checkpoint-restore/criu
synced 2025-09-04 08:15:37 +00:00
ptrace: fix typo in comment
Signed-off-by: Tycho Andersen <tycho.andersen@canonical.com> Signed-off-by: Pavel Emelyanov <xemul@parallels.com>
This commit is contained in:
committed by
Pavel Emelyanov
parent
c03df1ba2d
commit
f8502fc3d1
2
ptrace.c
2
ptrace.c
@@ -98,7 +98,7 @@ int seize_task(pid_t pid, pid_t ppid, int *seccomp_mode)
|
|||||||
* It's ugly, but the ptrace API doesn't allow to distinguish
|
* It's ugly, but the ptrace API doesn't allow to distinguish
|
||||||
* attaching to zombie from other errors. Thus we have to parse
|
* attaching to zombie from other errors. Thus we have to parse
|
||||||
* the target's /proc/pid/stat. Sad, but parse whatever else
|
* the target's /proc/pid/stat. Sad, but parse whatever else
|
||||||
* we might nead at that early point.
|
* we might need at that early point.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
try_again:
|
try_again:
|
||||||
|
Reference in New Issue
Block a user