From: Philippe Antoine Date: Tue, 2 Feb 2021 10:07:13 +0000 (+0100) Subject: fuzz: fix typo in comment X-Git-Tag: suricata-7.0.0-beta1~1787 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=18fcbb20e2917cd8726e8e84726054d1f4ec187d;p=thirdparty%2Fsuricata.git fuzz: fix typo in comment --- diff --git a/src/tests/fuzz/fuzz_applayerparserparse.c b/src/tests/fuzz/fuzz_applayerparserparse.c index 06a8ad4e8b..11498be535 100644 --- a/src/tests/fuzz/fuzz_applayerparserparse.c +++ b/src/tests/fuzz/fuzz_applayerparserparse.c @@ -1,10 +1,9 @@ /** * @file * @author Philippe Antoine - * fuzz target for AppLayerProtoDetectGetProto + * fuzz target for AppLayerParserParse */ - #include "suricata-common.h" #include "app-layer-detect-proto.h" #include "flow-util.h" diff --git a/src/tests/fuzz/fuzz_decodepcapfile.c b/src/tests/fuzz/fuzz_decodepcapfile.c index 0a6b1c11c6..c0c5ae4e52 100644 --- a/src/tests/fuzz/fuzz_decodepcapfile.c +++ b/src/tests/fuzz/fuzz_decodepcapfile.c @@ -1,7 +1,7 @@ /** * @file * @author Philippe Antoine - * fuzz target for AppLayerProtoDetectGetProto + * fuzz target for TMM_DECODEPCAPFILE */ #include "suricata-common.h" diff --git a/src/tests/fuzz/fuzz_sigpcap.c b/src/tests/fuzz/fuzz_sigpcap.c index e964f38968..d177c7c09d 100644 --- a/src/tests/fuzz/fuzz_sigpcap.c +++ b/src/tests/fuzz/fuzz_sigpcap.c @@ -1,7 +1,7 @@ /** * @file * @author Philippe Antoine - * fuzz target for AppLayerProtoDetectGetProto + * fuzz target for signature file and pcap file */ #include "suricata-common.h"