From a90db619ca7acd7696d9d18d2d8a8c5206281757 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Sat, 10 Nov 2018 07:43:57 +0100 Subject: [PATCH] shared: fix typo --- src/shared/seccomp-util.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/shared/seccomp-util.c b/src/shared/seccomp-util.c index 7829bbd415f..54280f59169 100644 --- a/src/shared/seccomp-util.c +++ b/src/shared/seccomp-util.c @@ -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; -- 2.47.3