diff options
Diffstat (limited to 'src/util/resolver_api.c')
-rw-r--r-- | src/util/resolver_api.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/util/resolver_api.c b/src/util/resolver_api.c index 3607ce67f6..69c49d1e85 100644 --- a/src/util/resolver_api.c +++ b/src/util/resolver_api.c @@ -268,7 +268,7 @@ GNUNET_RESOLVER_disconnect () /** * Convert IP address to string without DNS resolution. * - * @param sa the address + * @param sa the address * @param salen number of bytes in sa * @return address as a string, NULL on error */ @@ -469,7 +469,7 @@ handle_response (void *cls, const struct GNUNET_MessageHeader *msg) /** - * We've been asked to lookup the address for a hostname and were + * We've been asked to lookup the address for a hostname and were * given a valid numeric string. Perform the callbacks for the * numeric addresses. * @@ -524,7 +524,7 @@ numeric_resolution (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc) /** - * We've been asked to lookup the address for a hostname and were + * We've been asked to lookup the address for a hostname and were * given a variant of "loopback". Perform the callbacks for the * respective loopback numeric addresses. * |