Commit 42cc0ff6 authored by Kir Kolyshkin's avatar Kir Kolyshkin Committed by Pavel Emelyanov

ppc64: fix typos

comming	-> coming
puting	-> putting
Signed-off-by: 's avatarKir Kolyshkin <kir@openvz.org>
Signed-off-by: 's avatarPavel Emelyanov <xemul@virtuozzo.com>
parent 27a59a65
......@@ -353,7 +353,7 @@ int get_task_regs(pid_t pid, user_regs_struct_t regs, CoreEntry *core)
}
}
/* Resetting trap since we are now comming from user space. */
/* Resetting trap since we are now coming from user space. */
regs.trap = 0;
#define assign_reg(dst, src, e) do { \
......
......@@ -102,7 +102,7 @@ static unsigned long put_trampoline(unsigned long at, struct vdso_symtable *sym)
trampoline = at + sym->symbols[i].offset;
trampoline += TRAMP_CALL_SIZE;
pr_debug("Puting vDSO trampoline in %s at %lx\n",
pr_debug("Putting vDSO trampoline in %s at %lx\n",
sym->symbols[i].name, trampoline);
builtin_memcpy((void *)trampoline, &vdso_trampoline,
size);
......
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