summary refs log tree commit diff
path: root/kernel/bpf/core.c
diff options
context:
space:
mode:
authorRandy Dunlap <rdunlap@infradead.org>2020-08-06 20:31:41 -0700
committerDaniel Borkmann <daniel@iogearbox.net>2020-08-07 18:57:24 +0200
commitb8c1a3090741f349322ad855d2b66d6e9752a60d (patch)
tree8b9588ae0dc62f817bd1cb679c5197607b8b9980 /kernel/bpf/core.c
parentd5ca590525cfbd87ca307dcf498a566e2e7c1767 (diff)
downloadlinux-b8c1a3090741f349322ad855d2b66d6e9752a60d.tar.gz
bpf: Delete repeated words in comments
Drop repeated words in kernel/bpf/: {has, the}

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
Link: https://lore.kernel.org/bpf/20200807033141.10437-1-rdunlap@infradead.org
Diffstat (limited to 'kernel/bpf/core.c')
-rw-r--r--kernel/bpf/core.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/bpf/core.c b/kernel/bpf/core.c
index bde93344164d..ed0b3578867c 100644
--- a/kernel/bpf/core.c
+++ b/kernel/bpf/core.c
@@ -1966,7 +1966,7 @@ void bpf_prog_array_delete_safe(struct bpf_prog_array *array,
  * @index: the index of the program to replace
  *
  * Skips over dummy programs, by not counting them, when calculating
- * the the position of the program to replace.
+ * the position of the program to replace.
  *
  * Return:
  * * 0		- Success