summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKir Kolyshkin <kolyshkin@gmail.com>2022-09-02 13:56:47 -0700
committerPaul Moore <paul@paul-moore.com>2022-09-19 22:26:21 -0400
commit3e18c414401ae185390c29aa7cf94f54b5af724c (patch)
tree62d1aec2c6e1de9b700430263c0d379bafd83c70
parentafbde6ddaec7c58c3b281d43b0b287269ffca9bd (diff)
downloadlibseccomp-3e18c414401ae185390c29aa7cf94f54b5af724c.tar.gz
api: fix typo in seccomp.h
Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com> Signed-off-by: Paul Moore <paul@paul-moore.com>
-rw-r--r--include/seccomp.h.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/seccomp.h.in b/include/seccomp.h.in
index 6f836fb..983fb77 100644
--- a/include/seccomp.h.in
+++ b/include/seccomp.h.in
@@ -421,7 +421,7 @@ const struct scmp_version *seccomp_version(void);
* 3 : support for the SCMP_FLTATR_CTL_LOG filter attribute
* support for the SCMP_ACT_LOG action
* support for the SCMP_ACT_KILL_PROCESS action
- * 4 : support for the SCMP_FLTATR_CTL_SSB filter attrbute
+ * 4 : support for the SCMP_FLTATR_CTL_SSB filter attribute
* 5 : support for the SCMP_ACT_NOTIFY action and notify APIs
* 6 : support the simultaneous use of SCMP_FLTATR_CTL_TSYNC and notify APIs
*