From: Eric Leblond Date: Sat, 4 Aug 2018 07:40:41 +0000 (+0200) Subject: util-unittest: fix typo X-Git-Tag: suricata-4.1.0-rc2~126 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c9b9f7fd1b7784107f10f0b4780ed798ec650a60;p=thirdparty%2Fsuricata.git util-unittest: fix typo --- diff --git a/src/util-unittest-helper.c b/src/util-unittest-helper.c index 215091975d..47c67c0b67 100644 --- a/src/util-unittest-helper.c +++ b/src/util-unittest-helper.c @@ -352,7 +352,7 @@ Packet *UTHBuildPacketSrcDst(uint8_t *payload, uint16_t payload_len, * \brief UTHBuildPacketSrcDst is a wrapper that build packets specifying IPs * and defaulting ports (IPV6) * - * \param payload pointer to the payloadd buffer + * \param payload pointer to the payload buffer * \param payload_len pointer to the length of the payload * \param ipproto Protocols allowed atm are IPPROTO_TCP and IPPROTO_UDP *