Skip to content

Commit

Permalink
seccomp: Fix comment typo
Browse files Browse the repository at this point in the history
Drop accidentally repeated word in comment.

Signed-off-by: Mickaël Salaün <[email protected]>
Cc: Kees Cook <[email protected]>
Cc: Andy Lutomirski <[email protected]>
Cc: Will Drewry <[email protected]>
  • Loading branch information
l0kod authored and kees committed May 4, 2016
1 parent 05d1a71 commit 470bf1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kernel/seccomp.c
Original file line number Diff line number Diff line change
Expand Up @@ -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.
*/
Expand Down

0 comments on commit 470bf1f

Please sign in to comment.