From 86a1ee93f3995e8dcbc1e90c0c6846561d9dd98b Mon Sep 17 00:00:00 2001 From: =?utf8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Fri, 1 Dec 2023 15:53:06 +0100 Subject: [PATCH] core: fix comment --- src/core/exec-invoke.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/exec-invoke.c b/src/core/exec-invoke.c index 1e08296b466..d4e284d764b 100644 --- a/src/core/exec-invoke.c +++ b/src/core/exec-invoke.c @@ -5117,7 +5117,7 @@ int exec_invoke( #endif #if HAVE_SECCOMP - /* This really should remain as close to the execve() as possible, to make sure our own code is unaffected + /* This really should remain as close to the execve() as possible, to make sure our own code is affected * by the filter as little as possible. */ r = apply_syscall_filter(context, params, needs_ambient_hack); if (r < 0) { -- 2.47.3