Skip to content

Commit 395ad28

Browse files
Mel WCruz Monrreal II
authored andcommitted
Articles and capitalization
1 parent 43ed879 commit 395ad28

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

features/netsocket/DNS.h

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -60,14 +60,14 @@ class DNS {
6060
* If no stack-specific DNS resolution is provided, the hostname
6161
* will be resolved using a UDP socket on the stack.
6262
*
63-
* Call is non-blocking. Result of the DNS operation is returned by the callback.
64-
* If this function returns failure, callback will not be called. If it is successful,
65-
* (IP address was found from DNS cache), callback will be called
66-
* before function returns.
63+
* The call is non-blocking. The result of the DNS operation is returned by the callback.
64+
* If this function returns failure, the callback will not be called. If it is successful,
65+
* (the IP address was found from the DNS cache), the callback will be called
66+
* before the function returns.
6767
*
6868
* @param host Hostname to resolve.
6969
* @param callback Callback that is called to return the result.
70-
* @param version IP version of address to resolve. NSAPI_UNSPEC indicates
70+
* @param version IP version of address to resolve. NSAPI_UNSPEC indicates that the
7171
* version is chosen by the stack (defaults to NSAPI_UNSPEC).
7272
* @return NSAPI_ERROR_OK on immediate success,
7373
* negative error code on immediate failure or

0 commit comments

Comments
 (0)