aboutsummaryrefslogtreecommitdiffstats
path: root/executor
diff options
context:
space:
mode:
authorDmitry Vyukov <dvyukov@google.com>2015-12-16 19:17:46 +0100
committerDmitry Vyukov <dvyukov@google.com>2015-12-17 14:38:46 +0100
commit06e67265374faa677dba2dbd2577054278f19823 (patch)
tree2698edb0c8b9246ddfe7bb33e100fbbe03a91791 /executor
parent41126671ec27a77199594ba0122f95612a0e059d (diff)
sys: fix typos
Diffstat (limited to 'executor')
-rw-r--r--executor/syscalls.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/executor/syscalls.h b/executor/syscalls.h
index b0bb62690..6777ec43e 100644
--- a/executor/syscalls.h
+++ b/executor/syscalls.h
@@ -635,7 +635,7 @@ call_t syscalls[] = {
{"getsockopt$RFCOMM_CONNINFO", __NR_getsockopt},
{"socket$bt_hidp", __NR_socket},
{"ioctl$HIDPCONNADD", __NR_ioctl},
- {"ioctl$HIDPGETCONNLIST", __NR_ioctl},
+ {"ioctl$HIDPCONNDEL", __NR_ioctl},
{"ioctl$HIDPGETCONNLIST", __NR_ioctl},
{"ioctl$HIDPGETCONNINFO", __NR_ioctl},
{"socket$bt_cmtp", __NR_socket},