Skip to content

Commit 6beff00

Browse files
tych0James Morris
authored andcommitted
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: Tycho Andersen <[email protected]> Acked-by: Kees Cook <[email protected]> Signed-off-by: James Morris <[email protected]>
1 parent fe9fd2e commit 6beff00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kernel/seccomp.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,7 @@ static int is_ancestor(struct seccomp_filter *parent,
331331
* Expects sighand and cred_guard_mutex locks to be held.
332332
*
333333
* Returns 0 on success, -ve on error, or the pid of a thread which was
334-
* either not in the correct seccomp mode or it did not have an ancestral
334+
* either not in the correct seccomp mode or did not have an ancestral
335335
* seccomp filter.
336336
*/
337337
static inline pid_t seccomp_can_sync_threads(void)

0 commit comments

Comments
 (0)