[CRIU] [PATCH 3/3] ptrace: fix typo in comment
Tycho Andersen
tycho.andersen at canonical.com
Mon Jun 1 12:52:30 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 6f7bfbe..70d016b 100644
--- a/ptrace.c
+++ b/ptrace.c
@@ -91,7 +91,7 @@ int seize_task(pid_t pid, pid_t ppid)
* 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