소스 검색

arch/um: Spelling fixes

Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Adrian Bunk <bunk@kernel.org>
Joe Perches 18 년 전
부모
커밋
9cd3704fc0
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      arch/um/sys-x86_64/signal.c

+ 1 - 1
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, RSI, to, si);
 	err |= PUTREG(regs, RBP, to, bp);
 	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
 	 * the pt_regs, because that's already been updated to point at the
 	 * signal frame.
 	 * signal frame.
 	 */
 	 */