From 98b68e87eb8456b8f74d4237de9ce5943b83b522 Mon Sep 17 00:00:00 2001 From: Eric Leblond Date: Tue, 23 Apr 2019 10:51:05 +0200 Subject: [PATCH] ebpf: fix typo in xdp_filter.c comment --- ebpf/xdp_filter.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ebpf/xdp_filter.c b/ebpf/xdp_filter.c index daeb97a8f9..a10ff24957 100644 --- a/ebpf/xdp_filter.c +++ b/ebpf/xdp_filter.c @@ -45,7 +45,7 @@ /* Set it to 0 if for example you plan to use the XDP filter in a * network card that don't support per CPU value (like netronome) */ #define USE_PERCPU_HASH 1 -/* Set it to 0 if your XDP subsytem don't handle XDP_REDIRECT (like netronome) */ +/* Set it to 0 if your XDP subsystem don't handle XDP_REDIRECT (like netronome) */ #define GOT_TX_PEER 1 /* set to non 0 to load balance in hardware mode on RSS_QUEUE_NUMBERS queues