]> git.proxmox.com Git - mirror_edk2.git/blobdiff - StdLib/BsdSocketLib/recvfrom.c
Fix @return Doxygen commands to be singular instead of plural.
[mirror_edk2.git] / StdLib / BsdSocketLib / recvfrom.c
index a8d1ab54eef45a94cb16cabea78e941280261920..ce230231dc84a30b847be538975c42af1e43063a 100644 (file)
@@ -26,7 +26,7 @@
   @param [in] s         Socket file descriptor returned from ::socket.\r
 \r
   @param [in] buffer    Address of a buffer to receive the data.\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] address_len Length of the remote network address structure\r
 \r
-  @returns    ::recvfrom returns the number of valid bytes in the buffer,\r
+  @return     ::recvfrom returns the number of valid bytes in the buffer,\r
               zero if no data was received, and -1 when an error occurs.\r
               In the case of an error, errno contains more details.\r
 \r