diff options
Diffstat (limited to 'src/libutil/addr.h')
-rw-r--r-- | src/libutil/addr.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libutil/addr.h b/src/libutil/addr.h index 483ad9434..010291008 100644 --- a/src/libutil/addr.h +++ b/src/libutil/addr.h @@ -86,7 +86,7 @@ rspamd_inet_addr_t *rspamd_inet_address_from_rnds ( /** * Parse string with ipv6 address of length `len` to `target` which should be - * at least sizeof (in6_addr_t) + * at least sizeof (struct in6_addr) * @param text input string * @param len length of `text` (if 0, then `text` must be zero terminated) * @param target target structure |