From: Mickaël Salaün Date: Thu, 24 Mar 2016 01:46:33 +0000 (+0100) Subject: seccomp: Fix comment typo X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=470bf1f27a1472264d18c84b324389509f0e30b3;p=linux-beck.git seccomp: Fix comment typo Drop accidentally repeated word in comment. Signed-off-by: Mickaël Salaün Cc: Kees Cook Cc: Andy Lutomirski Cc: Will Drewry --- diff --git a/kernel/seccomp.c b/kernel/seccomp.c index e1e5a354854e..6c9bb62ed046 100644 --- a/kernel/seccomp.c +++ b/kernel/seccomp.c @@ -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. */