File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -60,14 +60,14 @@ class DNS {
60
60
* If no stack-specific DNS resolution is provided, the hostname
61
61
* will be resolved using a UDP socket on the stack.
62
62
*
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.
67
67
*
68
68
* @param host Hostname to resolve.
69
69
* @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
71
71
* version is chosen by the stack (defaults to NSAPI_UNSPEC).
72
72
* @return NSAPI_ERROR_OK on immediate success,
73
73
* negative error code on immediate failure or
You can’t perform that action at this time.
0 commit comments