]> git.proxmox.com Git - mirror_edk2.git/blobdiff - StdLib/BsdSocketLib/socket.c
Fix @return Doxygen commands to be singular instead of plural.
[mirror_edk2.git] / StdLib / BsdSocketLib / socket.c
index 3754a29eb0fda35715fc9ba3da89a4070aced209..e78329291cdd21c5c6a0215b63786e299769ca0a 100644 (file)
@@ -47,7 +47,7 @@ const struct fileops SocketOperations = {
                             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
@@ -101,10 +101,10 @@ BslFdToSocketProtocol (
   Build a file descriptor for a socket.\r
 \r
   @param [in] pSocketProtocol   Socket protocol structure address\r
-  \r
+\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
@@ -194,7 +194,7 @@ BslSocketProtocolToFd (
                           <li>IPPROTO_UDP</li> - This value must be combined with SOCK_DGRAM.</li>\r
                         </ul>\r
 \r
-  @returns This routine returns a file descriptor for the socket.\r
+  @return  This routine returns a file descriptor for the socket.\r
 \r
  **/\r
 INT32\r
@@ -250,7 +250,7 @@ socket (
 \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