From: Joe Perches Spelling fix Signed-off-by: Joe Perches Signed-off-by: Jeff Dike Signed-off-by: Andrew Morton --- arch/um/sys-x86_64/signal.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN arch/um/sys-x86_64/signal.c~uml-spelling-fix arch/um/sys-x86_64/signal.c --- a/arch/um/sys-x86_64/signal.c~uml-spelling-fix +++ a/arch/um/sys-x86_64/signal.c @@ -112,7 +112,7 @@ static int copy_sc_to_user(struct sigcon 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. */ _