From: Eric Leblond Date: Tue, 23 Apr 2019 08:51:05 +0000 (+0200) Subject: ebpf: fix typo in xdp_filter.c comment X-Git-Tag: suricata-5.0.0-rc1~327 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=98b68e87eb8456b8f74d4237de9ce5943b83b522;p=thirdparty%2Fsuricata.git ebpf: fix typo in xdp_filter.c comment --- 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