]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
doc: fix typo in ByteExtractUint32 description
authorPhilippe Antoine <contact@catenacyber.fr>
Fri, 28 Feb 2020 13:18:32 +0000 (14:18 +0100)
committerVictor Julien <victor@inliniac.net>
Thu, 5 Mar 2020 15:08:07 +0000 (16:08 +0100)
src/util-byte.h

index 08986ea5046f516e670ab6b3a870af9cdd92b2b0..7c09952bafe27a1c14c0ed368dafa7b95424e464 100644 (file)
@@ -97,7 +97,7 @@ void BytesToStringBuffer(const uint8_t *bytes, size_t nbytes, char *outstr, size
 int ByteExtractUint64(uint64_t *res, int e, uint16_t len, const uint8_t *bytes);
 
 /**
- * Extract bytes from a byte string and convert to a unint32_t.
+ * Extract bytes from a byte string and convert to a uint32_t.
  *
  * \param res Stores result
  * \param e Endianness (BYTE_BIG_ENDIAN or BYTE_LITTLE_ENDIAN)