summaryrefslogtreecommitdiff
path: root/StdLib/BsdSocketLib/sendto.c
diff options
context:
space:
mode:
Diffstat (limited to 'StdLib/BsdSocketLib/sendto.c')
-rw-r--r--StdLib/BsdSocketLib/sendto.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/StdLib/BsdSocketLib/sendto.c b/StdLib/BsdSocketLib/sendto.c
index aa6ea8c14a..5311ce6022 100644
--- a/StdLib/BsdSocketLib/sendto.c
+++ b/StdLib/BsdSocketLib/sendto.c
@@ -26,7 +26,7 @@
@param [in] s Socket file descriptor returned from ::socket.
@param [in] buffer Address of a buffer containing the data to send.
-
+
@param [in] length Length of the buffer in bytes.
@param [in] flags Message control flags
@@ -35,7 +35,7 @@
@param [in] tolen Length of remote system address structure
- @returns ::send returns the number of data bytes that were
+ @return ::send returns the number of data bytes that were
sent and -1 when an error occurs. In the case of
an error, errno contains more details.