From 43ed879c48309865c020ddc899d7d0cf95805187 Mon Sep 17 00:00:00 2001 From: Mel W Date: Fri, 26 Oct 2018 15:42:26 +0300 Subject: [PATCH] Sentence restructuring, punctuation --- features/netsocket/DNS.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/features/netsocket/DNS.h b/features/netsocket/DNS.h index bdfa69705f..764e748ed5 100644 --- a/features/netsocket/DNS.h +++ b/features/netsocket/DNS.h @@ -60,14 +60,14 @@ public: * If no stack-specific DNS resolution is provided, the hostname * will be resolved using a UDP socket on the stack. * - * The call is non-blocking. The result of the DNS operation is returned by the callback. - * If this function returns failure, the callback will not be called. If it is successful, - * (the IP address was found from the DNS cache), the callback will be called - * before the function returns. + * Call is non-blocking. Result of the DNS operation is returned by the callback. + * If this function returns failure, callback will not be called. If it is successful, + * (IP address was found from DNS cache), callback will be called + * before function returns. * * @param host Hostname to resolve. * @param callback Callback that is called to return the result. - * @param version IP version of address to resolve. NSAPI_UNSPEC indicates that the + * @param version IP version of address to resolve. NSAPI_UNSPEC indicates * version is chosen by the stack (defaults to NSAPI_UNSPEC). * @return NSAPI_ERROR_OK on immediate success, * negative error code on immediate failure or