Skip to content

Commit 86a1ee9

Browse files
committed
core: fix comment
1 parent b3b33fa commit 86a1ee9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/exec-invoke.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5117,7 +5117,7 @@ int exec_invoke(
51175117
#endif
51185118

51195119
#if HAVE_SECCOMP
5120-
/* This really should remain as close to the execve() as possible, to make sure our own code is unaffected
5120+
/* This really should remain as close to the execve() as possible, to make sure our own code is affected
51215121
* by the filter as little as possible. */
51225122
r = apply_syscall_filter(context, params, needs_ambient_hack);
51235123
if (r < 0) {

0 commit comments

Comments
 (0)