Skip to content

Commit 470bf1f

Browse files
l0kodkees
authored andcommitted
seccomp: Fix comment typo
Drop accidentally repeated word in comment. Signed-off-by: Mickaël Salaün <mic@digikod.net> Cc: Kees Cook <keescook@chromium.org> Cc: Andy Lutomirski <luto@amacapital.net> Cc: Will Drewry <wad@chromium.org>
1 parent 05d1a71 commit 470bf1f

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
@@ -915,7 +915,7 @@ long seccomp_get_filter(struct task_struct *task, unsigned long filter_off,
915915

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

0 commit comments

Comments
 (0)