From: Dmitry V. Levin Date: Sat, 10 Jan 2015 00:40:10 +0000 (+0000) Subject: sh: fix typo introduced by commit v4.9-121-gd535b8b X-Git-Tag: v4.10~235 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cf4b7bba6ce2d0c23e5c708473cd5122f2baa7b9;p=strace sh: fix typo introduced by commit v4.9-121-gd535b8b * linux/sh/syscallent.h (getresgid32): Fix typo in sys_func and sys_name. --- diff --git a/linux/sh/syscallent.h b/linux/sh/syscallent.h index 8aa386ed..f99ddcbb 100644 --- a/linux/sh/syscallent.h +++ b/linux/sh/syscallent.h @@ -239,7 +239,7 @@ { 3, 0, sys_setresuid, "setresuid32" }, /* 208 */ { 3, 0, sys_getresuid, "getresuid32" }, /* 209 */ { 3, 0, sys_setresgid, "setresgid32" }, /* 210 */ - { 3, 0, sys_getsetgid, "getsetgid32" }, /* 211 */ + { 3, 0, sys_getresgid, "getresgid32" }, /* 211 */ { 3, TF, sys_chown, "chown32" }, /* 212 */ { 1, 0, sys_setuid, "setuid32" }, /* 213 */ { 1, 0, sys_setgid, "setgid32" }, /* 214 */