[CRIU] Re: [PATCH] pstree: Fix typo in prepare_pstree_ids message
Pavel Emelyanov
xemul at parallels.com
Wed Oct 3 09:22:13 EDT 2012
On 10/03/2012 05:19 PM, Cyrill Gorcunov wrote:
> 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;
>
Applied
More information about the CRIU
mailing list