Skip to content

Commit

Permalink
libdns: Fix a typo
Browse files Browse the repository at this point in the history
Signed-off-by: Volker Lendecke <[email protected]>
Reviewed-by: Jeremy Allison <[email protected]>
  • Loading branch information
vlendec authored and jrasamba committed Jan 3, 2018
1 parent f7f15c2 commit d8e30cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libcli/dns/libdns.h
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ struct tevent_req *dns_udp_request_send(TALLOC_CTX *mem_ctx,

/** Get the dns response from a dns server via UDP
*
*@param req tevent_req struct returned from dns_request_send
*@param req tevent_req struct returned from dns_udp_request_send
*@param mem_ctx talloc memory context to use for the reply string
*@param reply buffer that will be allocated and filled with the dns reply
*@param reply_len length of the reply buffer
Expand Down

0 comments on commit d8e30cb

Please sign in to comment.