]> git.proxmox.com Git - mirror_edk2.git/blobdiff - StdLib/BsdSocketLib/recv.c
Fix @return Doxygen commands to be singular instead of plural.
[mirror_edk2.git] / StdLib / BsdSocketLib / recv.c
index 735e1dbddd1a657e7233e4f7f6c47a7d85dd969e..91f07cb08a3d6b6d4ef107e4d6e962261290b18d 100644 (file)
   @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
 \r
-  @returns    ::recv returns the number of valid bytes in the buffer,\r
+  @return     ::recv 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
@@ -45,7 +45,7 @@ recv (
   )\r
 {\r
   ssize_t BytesRead;\r
-  \r
+\r
   //\r
   //  Receive the data from the remote system\r
   //\r