]> git.proxmox.com Git - mirror_edk2.git/blobdiff - StdLib/BsdSocketLib/accept.c
Fix @return Doxygen commands to be singular instead of plural.
[mirror_edk2.git] / StdLib / BsdSocketLib / accept.c
index de8d91f6076a5eef24e230d473caf143cc5944fb..25ae1b5861eef04934ff48ca4decee00ad4b883f 100644 (file)
@@ -27,7 +27,7 @@
                                 of the remote network address buffer.  Upon return,\r
                                 contains the length of the remote network address.\r
 \r
-  @returns    ::accept returns zero if successful and -1 when an error occurs.\r
+  @return     ::accept returns zero if successful and -1 when an error occurs.\r
               In the case of an error, errno contains more details.\r
 \r
  **/\r
@@ -108,7 +108,7 @@ AcceptWork (
                                 of the remote network address buffer.  Upon return,\r
                                 contains the length of the remote network address.\r
 \r
-  @returns    ::accept returns zero if successful and -1 when an error occurs.\r
+  @return     ::accept returns zero if successful and -1 when an error occurs.\r
               In the case of an error, errno contains more details.\r
 \r
  **/\r
@@ -139,7 +139,7 @@ accept (
                                 of the remote network address buffer.  Upon return,\r
                                 contains the length of the remote network address.\r
 \r
-  @returns    This routine returns zero if successful and -1 when an error occurs.\r
+  @return     This routine returns zero if successful and -1 when an error occurs.\r
               In the case of an error, errno contains more details.\r
 \r
  **/\r