From 88c49ebef2ec9aedd2c4e7344b11893fcb18e73e Mon Sep 17 00:00:00 2001 From: Arran Cudbard-Bell Date: Thu, 18 Dec 2014 17:27:47 -0500 Subject: [PATCH] Typo --- src/lib/misc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/misc.c b/src/lib/misc.c index 1228736f7ce..3bb923cde52 100644 --- a/src/lib/misc.c +++ b/src/lib/misc.c @@ -209,7 +209,7 @@ char const *ip_ntoa(char *buffer, uint32_t ipaddr) * @param value to parse, may be dotted quad [+ prefix], or integer, or octal number, or '*' (INADDR_ANY). * @param inlen Length of value, if value is \0 terminated inlen may be -1. * @param resolve If true and value doesn't look like an IP address, try and resolve value as a hostname. - * @param fallback to IPv4 resolution if no A records can be found. + * @param fallback to IPv6 resolution if no A records can be found. * @return 0 if ip address was parsed successfully, else -1 on error. */ int fr_pton4(fr_ipaddr_t *out, char const *value, ssize_t inlen, bool resolve, bool fallback) -- 2.47.3