diff options
author | Mickaël Salaün <mic@digikod.net> | 2016-03-23 21:46:33 -0400 |
---|---|---|
committer | Kees Cook <keescook@chromium.org> | 2016-05-04 13:54:04 -0400 |
commit | 470bf1f27a1472264d18c84b324389509f0e30b3 (patch) | |
tree | e57e3ff33f77c7db456d3b12ed2026306ef725fb | |
parent | 05d1a717ec0430c916a749b94eb90ab74bbfa356 (diff) |
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>
-rw-r--r-- | kernel/seccomp.c | 2 |
1 files changed, 1 insertions, 1 deletions
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, | |||
915 | 915 | ||
916 | fprog = filter->prog->orig_prog; | 916 | fprog = filter->prog->orig_prog; |
917 | if (!fprog) { | 917 | 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 |
919 | * every cBPF filter's orig_prog above when | 919 | * every cBPF filter's orig_prog above when |
920 | * CONFIG_CHECKPOINT_RESTORE is enabled. | 920 | * CONFIG_CHECKPOINT_RESTORE is enabled. |
921 | */ | 921 | */ |