]> git.proxmox.com Git - mirror_edk2.git/blobdiff - StdLib/BsdSocketLib/sendto.c
Fix @return Doxygen commands to be singular instead of plural.
[mirror_edk2.git] / StdLib / BsdSocketLib / sendto.c
index aa6ea8c14a14d3c88cfe83cba3cd770dda81bdf6..5311ce6022155cff8d8045c6a669adf0eaa3f2f9 100644 (file)
@@ -26,7 +26,7 @@
   @param [in] s         Socket file descriptor returned from ::socket.\r
 \r
   @param [in] buffer    Address of a buffer containing the data to send.\r
-    \r
+\r
   @param [in] length    Length of the buffer in bytes.\r
 \r
   @param [in] flags     Message control flags\r
@@ -35,7 +35,7 @@
 \r
   @param [in] tolen     Length of remote system address structure\r
 \r
-  @returns    ::send returns the number of data bytes that were\r
+  @return     ::send returns the number of data bytes that were\r
               sent and -1 when an error occurs.  In the case of\r
               an error, errno contains more details.\r
 \r