fix two typos

Signed-off-by: lifubang <lifubang@acmcoder.com>
This commit is contained in:
lifubang
2023-10-03 20:08:17 +08:00
parent ee45b9bf60
commit 109dcadd9d
2 changed files with 2 additions and 2 deletions
@@ -89,7 +89,7 @@ var retErrnoEnosys = uint32(C.C_ACT_ERRNO_ENOSYS)
const bpfSizeofInt = 4
// This syscall is used for multiplexing "large" syscalls on s390(x). Unknown
// syscalls will end up with this syscall number, so we need to explcitly
// syscalls will end up with this syscall number, so we need to explicitly
// return -ENOSYS for this syscall on those architectures.
const s390xMultiplexSyscall libseccomp.ScmpSyscall = 0