]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
util-unittest: fix typo
authorEric Leblond <eric@regit.org>
Sat, 4 Aug 2018 07:40:41 +0000 (09:40 +0200)
committerVictor Julien <victor@inliniac.net>
Mon, 20 Aug 2018 09:03:00 +0000 (11:03 +0200)
src/util-unittest-helper.c

index 215091975defa12b1c3aa300f9781cf80b8cbd1e..47c67c0b6777d6d1f7e757350d38c32dc9d8ba0d 100644 (file)
@@ -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
  *