summaryrefslogtreecommitdiff
path: root/StdLib/BsdSocketLib/socket.c
diff options
context:
space:
mode:
authordarylm503 <darylm503@6f19259b-4bc3-4df7-8a09-765794883524>2011-08-05 23:57:34 +0000
committerdarylm503 <darylm503@6f19259b-4bc3-4df7-8a09-765794883524>2011-08-05 23:57:34 +0000
commit7dc1329100c370992cdd430359512443bd1ee9f2 (patch)
tree045e04a1051626910da63fba85cf208a5a517734 /StdLib/BsdSocketLib/socket.c
parent59d13433e7cbc810a6268d38141b0d1db353fa6e (diff)
downloadedk2-platforms-7dc1329100c370992cdd430359512443bd1ee9f2.tar.xz
Fix @return Doxygen commands to be singular instead of plural.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12094 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'StdLib/BsdSocketLib/socket.c')
-rw-r--r--StdLib/BsdSocketLib/socket.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/StdLib/BsdSocketLib/socket.c b/StdLib/BsdSocketLib/socket.c
index 3754a29eb0..e78329291c 100644
--- a/StdLib/BsdSocketLib/socket.c
+++ b/StdLib/BsdSocketLib/socket.c
@@ -47,7 +47,7 @@ const struct fileops SocketOperations = {
address for the file
@param [in] pErrno Address of the errno variable
- @returns A pointer to the socket protocol structure or NULL if
+ @return A pointer to the socket protocol structure or NULL if
an invalid file descriptor was passed in.
**/
@@ -101,10 +101,10 @@ BslFdToSocketProtocol (
Build a file descriptor for a socket.
@param [in] pSocketProtocol Socket protocol structure address
-
+
@param [in] pErrno Address of the errno variable
- @returns The file descriptor for the socket or -1 if an error occurs.
+ @return The file descriptor for the socket or -1 if an error occurs.
**/
int
@@ -194,7 +194,7 @@ BslSocketProtocolToFd (
<li>IPPROTO_UDP</li> - This value must be combined with SOCK_DGRAM.</li>
</ul>
- @returns This routine returns a file descriptor for the socket.
+ @return This routine returns a file descriptor for the socket.
**/
INT32
@@ -250,7 +250,7 @@ socket (
@param [in] pErrno Address of the errno variable
- @returns A pointer to the socket protocol structure or NULL if
+ @return A pointer to the socket protocol structure or NULL if
an invalid file descriptor was passed in.
**/