Commit f8502fc3 authored by Tycho Andersen's avatar Tycho Andersen Committed by Pavel Emelyanov

ptrace: fix typo in comment

Signed-off-by: 's avatarTycho Andersen <tycho.andersen@canonical.com>
Signed-off-by: 's avatarPavel Emelyanov <xemul@parallels.com>
parent c03df1ba
...@@ -98,7 +98,7 @@ int seize_task(pid_t pid, pid_t ppid, int *seccomp_mode) ...@@ -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:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment