From ca0cae11db20224e613f2baff24b18f16cfad003 Mon Sep 17 00:00:00 2001 From: Joe Perches Date: Sun, 3 Feb 2008 17:05:25 +0200 Subject: [PATCH] --- yaml --- r: 82771 b: refs/heads/master c: 9cd3704fc0103c0d368fc08ce6ef14990b77ee61 h: refs/heads/master i: 82769: 8e10939cbf483dab3190877b4ee8bb3eed2a3ff3 82767: eeb10e8e2ed735a5f726c6da17c88d9b3586d514 v: v3 --- [refs] | 2 +- trunk/arch/um/sys-x86_64/signal.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index a0bd53b4707f..dbfc90d62214 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 9636cb0ff6e27cfaf886f6ef5c6a2021b453457a +refs/heads/master: 9cd3704fc0103c0d368fc08ce6ef14990b77ee61 diff --git a/trunk/arch/um/sys-x86_64/signal.c b/trunk/arch/um/sys-x86_64/signal.c index 7457436b433a..14070181407b 100644 --- a/trunk/arch/um/sys-x86_64/signal.c +++ b/trunk/arch/um/sys-x86_64/signal.c @@ -112,7 +112,7 @@ static int copy_sc_to_user(struct sigcontext __user *to, err |= PUTREG(regs, RSI, to, si); err |= PUTREG(regs, RBP, to, bp); /* - * Must use orignal RSP, which is passed in, rather than what's in + * Must use original RSP, which is passed in, rather than what's in * the pt_regs, because that's already been updated to point at the * signal frame. */