2
0
mirror of https://github.com/checkpoint-restore/criu synced 2025-08-31 14:25:49 +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:
Tycho Andersen
2015-06-18 11:59:18 -06:00
committed by Pavel Emelyanov
parent c03df1ba2d
commit f8502fc3d1

View File

@@ -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
* attaching to zombie from other errors. Thus we have to parse
* 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: