]> git.proxmox.com Git - mirror_edk2.git/blobdiff - StdLib/BsdSocketLib/SocketInternals.h
Fix @return Doxygen commands to be singular instead of plural.
[mirror_edk2.git] / StdLib / BsdSocketLib / SocketInternals.h
index 4f5c584a4e2977942040e91f42366cc33beb6f3d..8fbd8420dc537f6d0848a6dd2f820538230bf57b 100644 (file)
@@ -57,7 +57,7 @@
                             address for the file\r
   @param [in] pErrno        Address of the errno variable\r
 \r
-  @returns  A pointer to the socket protocol structure or NULL if\r
+  @return   A pointer to the socket protocol structure or NULL if\r
             an invalid file descriptor was passed in.\r
 \r
  **/\r
@@ -73,7 +73,7 @@ BslFdToSocketProtocol (
 \r
   @param [in] pDescriptor Descriptor address for the file\r
 \r
-  @returns  This routine returns 0 upon success and -1 upon failure.\r
+  @return   This routine returns 0 upon success and -1 upon failure.\r
             In the case of failure, errno contains more information.\r
 \r
 **/\r
@@ -105,7 +105,7 @@ BslSocketCloseWork (
 \r
   @param [in] Events      Mask of events to detect\r
 \r
-  @returns    Detected events for the socket\r
+  @return     Detected events for the socket\r
 \r
  **/\r
 short\r
@@ -121,7 +121,7 @@ BslSocketPoll (
 \r
   @param [in] pErrno            Address of the errno variable\r
 \r
-  @returns The file descriptor for the socket or -1 if an error occurs.\r
+  @return  The file descriptor for the socket or -1 if an error occurs.\r
 \r
  **/\r
 int\r
@@ -138,7 +138,7 @@ BslSocketProtocolToFd (
   @param [in] LengthInBytes Number of bytes to read\r
   @param [in] pBuffer       Address of the buffer to receive the data\r
 \r
-  @returns  The number of bytes read or -1 if an error occurs.\r
+  @return   The number of bytes read or -1 if an error occurs.\r
 \r
 **/\r
 ssize_t\r
@@ -157,7 +157,7 @@ BslSocketRead (
   @param [in] LengthInBytes Number of bytes to write\r
   @param [in] pBuffer       Address of the data\r
 \r
-  @returns  The number of bytes written or -1 if an error occurs.\r
+  @return   The number of bytes written or -1 if an error occurs.\r
 \r
 **/\r
 ssize_t\r
@@ -175,7 +175,7 @@ BslSocketWrite (
 \r
   @param [in] pErrno      Address of the errno variable\r
 \r
-  @returns  A pointer to the socket protocol structure or NULL if\r
+  @return   A pointer to the socket protocol structure or NULL if\r
             an invalid file descriptor was passed in.\r
 \r
  **/\r