shared: fix typo

This commit is contained in:
Zbigniew Jędrzejewski-Szmek 2018-11-10 07:43:57 +01:00
parent b98a3c286e
commit a90db619ca
1 changed files with 1 additions and 1 deletions

View File

@ -933,7 +933,7 @@ int seccomp_load_syscall_filter_set(uint32_t default_action, const SyscallFilter
assert(set);
/* The one-stop solution: allocate a seccomp object, add the specified filter to it, and apply it. Once for
* earch local arch. */
* each local arch. */
SECCOMP_FOREACH_LOCAL_ARCH(arch) {
_cleanup_(seccomp_releasep) scmp_filter_ctx seccomp = NULL;