Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6beff00b authored by Tycho Andersen's avatar Tycho Andersen Committed by James Morris
Browse files

seccomp: fix up grammar in comment



This sentence is kind of a train wreck anyway, but at least dropping the
extra pronoun helps somewhat.

Signed-off-by: default avatarTycho Andersen <tycho@tycho.ws>
Acked-by: default avatarKees Cook <keescook@chromium.org>
Signed-off-by: default avatarJames Morris <jamorris@linux.microsoft.com>
parent fe9fd2ef
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -331,7 +331,7 @@ static int is_ancestor(struct seccomp_filter *parent,
 * Expects sighand and cred_guard_mutex locks to be held.
 *
 * Returns 0 on success, -ve on error, or the pid of a thread which was
 * either not in the correct seccomp mode or it did not have an ancestral
 * either not in the correct seccomp mode or did not have an ancestral
 * seccomp filter.
 */
static inline pid_t seccomp_can_sync_threads(void)