[CRIU] [PATCH] pstree: Fix typo in prepare_pstree_ids message
Cyrill Gorcunov
gorcunov at openvz.org
Wed Oct 3 09:19:19 EDT 2012
Signed-off-by: Cyrill Gorcunov <gorcunov at openvz.org>
---
pstree.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/pstree.c b/pstree.c
index ddd7488..319ffb6 100644
--- a/pstree.c
+++ b/pstree.c
@@ -273,7 +273,7 @@ int prepare_pstree_ids(void)
parent = item->parent;
while (parent && parent->pid.virt != item->sid) {
if (parent->born_sid != -1 && parent->born_sid != item->sid) {
- pr_err("Can't determing with which sid (%d or %d)"
+ pr_err("Can't determinate with which sid (%d or %d)"
"the process %d was born\n",
parent->born_sid, item->sid, parent->pid.virt);
return -1;
--
1.7.7.6
More information about the CRIU
mailing list