From d192c694c8bf65798b042853a23932d08dc806a1 Mon Sep 17 00:00:00 2001 From: Benny Prijono Date: Wed, 18 Jan 2006 23:32:27 +0000 Subject: Fixed minor warnings/mismatched comments mainly in pjlib++ git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@122 74dad513-b988-da41-8d7b-12977e46ad98 --- pjlib/include/pj/sock.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pjlib/include/pj/sock.h') diff --git a/pjlib/include/pj/sock.h b/pjlib/include/pj/sock.h index 89883495..cd15913a 100644 --- a/pjlib/include/pj/sock.h +++ b/pjlib/include/pj/sock.h @@ -663,7 +663,7 @@ PJ_DECL(pj_status_t) pj_sock_send(pj_sock_t sockfd, * @param to The address to send. * @param tolen The length of the address in bytes. * - * @return The length of data successfully sent. + * @return PJ_SUCCESS or the status code. */ PJ_DECL(pj_status_t) pj_sock_sendto(pj_sock_t sockfd, const void *buf, -- cgit v1.2.3