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

Commit 470bf1f2 authored by Mickaël Salaün's avatar Mickaël Salaün Committed by Kees Cook
Browse files

seccomp: Fix comment typo



Drop accidentally repeated word in comment.

Signed-off-by: default avatarMickaël Salaün <mic@digikod.net>
Cc: Kees Cook <keescook@chromium.org>
Cc: Andy Lutomirski <luto@amacapital.net>
Cc: Will Drewry <wad@chromium.org>
parent 05d1a717
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -915,7 +915,7 @@ long seccomp_get_filter(struct task_struct *task, unsigned long filter_off,

	fprog = filter->prog->orig_prog;
	if (!fprog) {
		/* This must be a new non-cBPF filter, since we save every
		/* This must be a new non-cBPF filter, since we save
		 * every cBPF filter's orig_prog above when
		 * CONFIG_CHECKPOINT_RESTORE is enabled.
		 */