[CRIU] [PATCH 3/6] ptrace: fix typo in comment

Tycho Andersen tycho.andersen at canonical.com
Thu Jun 18 10:59:18 PDT 2015


Signed-off-by: Tycho Andersen <tycho.andersen at canonical.com>
---
 ptrace.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ptrace.c b/ptrace.c
index f572f29..035b737 100644
--- a/ptrace.c
+++ b/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
 	 * 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:
-- 
2.1.4



More information about the CRIU mailing list