]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
ebpf: fix typo in xdp_filter.c comment
authorEric Leblond <eric@regit.org>
Tue, 23 Apr 2019 08:51:05 +0000 (10:51 +0200)
committerVictor Julien <victor@inliniac.net>
Tue, 18 Jun 2019 05:07:02 +0000 (07:07 +0200)
ebpf/xdp_filter.c

index daeb97a8f964503496395a7b3ce8862b5c97976c..a10ff24957b0c8b324e9f2fce659f2da3a8a41d4 100644 (file)
@@ -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