浏览代码

sh: Fix up syscall_get_nr() comment in syscall_32.h.

Residual copy-and-paste damage, fix it up.

Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Paul Mundt 16 年之前
父节点
当前提交
f15b2dc02f
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      arch/sh/include/asm/syscall_32.h

+ 1 - 1
arch/sh/include/asm/syscall_32.h

@@ -5,7 +5,7 @@
 #include <linux/sched.h>
 #include <asm/ptrace.h>
 
-/* The system call number is given by the user in %g1 */
+/* The system call number is given by the user in R3 */
 static inline long syscall_get_nr(struct task_struct *task,
 				  struct pt_regs *regs)
 {