Commit ce4cd8d4 authored by Andrew Vagin's avatar Andrew Vagin Committed by Pavel Emelyanov

parasite: typo fix

regs_orig is a pointer on struct user_task_regs
Signed-off-by: 's avatarAndrew Vagin <avagin@openvz.org>
Signed-off-by: 's avatarPavel Emelyanov <xemul@parallels.com>
parent d79fc6d3
...@@ -133,7 +133,7 @@ retry_signal: ...@@ -133,7 +133,7 @@ retry_signal:
* and retry. * and retry.
*/ */
if (ptrace(PTRACE_SETREGS, pid, NULL, &regs_orig)) { if (ptrace(PTRACE_SETREGS, pid, NULL, regs_orig)) {
pr_perror("Can't set registers (pid: %d)", pid); pr_perror("Can't set registers (pid: %d)", pid);
goto err; goto err;
} }
......
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