seccomp.2: ffix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2015-06-30 13:28:42 +02:00
parent 65cfc71220
commit e9855ef2f7
1 changed files with 2 additions and 1 deletions

View File

@ -678,7 +678,8 @@ static int
install_filter(int syscall_nr, int t_arch, int f_errno)
{
unsigned int upper_nr_limit = 0xffffffff;
/* assume that AUDIT_ARCH_X86_64 means the normal x86-64 ABI */
/* Assume that AUDIT_ARCH_X86_64 means the normal x86-64 ABI */
if (t_arch == AUDIT_ARCH_X86_64)
upper_nr_limit = X32_SYSCALL_BIT - 1;