From: Zbigniew Jędrzejewski-Szmek Date: Fri, 1 Dec 2023 14:53:06 +0000 (+0100) Subject: core: fix comment X-Git-Tag: v255-rc4~1^2~3 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=86a1ee93f3995e8dcbc1e90c0c6846561d9dd98b;p=thirdparty%2Fsystemd.git core: fix comment --- 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) {