diff options
author | darylm503 <darylm503@6f19259b-4bc3-4df7-8a09-765794883524> | 2011-08-05 23:57:34 +0000 |
---|---|---|
committer | darylm503 <darylm503@6f19259b-4bc3-4df7-8a09-765794883524> | 2011-08-05 23:57:34 +0000 |
commit | 7dc1329100c370992cdd430359512443bd1ee9f2 (patch) | |
tree | 045e04a1051626910da63fba85cf208a5a517734 /StdLib/BsdSocketLib/SocketInternals.h | |
parent | 59d13433e7cbc810a6268d38141b0d1db353fa6e (diff) | |
download | edk2-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/SocketInternals.h')
-rw-r--r-- | StdLib/BsdSocketLib/SocketInternals.h | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/StdLib/BsdSocketLib/SocketInternals.h b/StdLib/BsdSocketLib/SocketInternals.h index 4f5c584a4e..8fbd8420dc 100644 --- a/StdLib/BsdSocketLib/SocketInternals.h +++ b/StdLib/BsdSocketLib/SocketInternals.h @@ -57,7 +57,7 @@ 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.
**/
@@ -73,7 +73,7 @@ BslFdToSocketProtocol ( @param [in] pDescriptor Descriptor address for the file
- @returns This routine returns 0 upon success and -1 upon failure.
+ @return This routine returns 0 upon success and -1 upon failure.
In the case of failure, errno contains more information.
**/
@@ -105,7 +105,7 @@ BslSocketCloseWork ( @param [in] Events Mask of events to detect
- @returns Detected events for the socket
+ @return Detected events for the socket
**/
short
@@ -121,7 +121,7 @@ BslSocketPoll ( @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
@@ -138,7 +138,7 @@ BslSocketProtocolToFd ( @param [in] LengthInBytes Number of bytes to read
@param [in] pBuffer Address of the buffer to receive the data
- @returns The number of bytes read or -1 if an error occurs.
+ @return The number of bytes read or -1 if an error occurs.
**/
ssize_t
@@ -157,7 +157,7 @@ BslSocketRead ( @param [in] LengthInBytes Number of bytes to write
@param [in] pBuffer Address of the data
- @returns The number of bytes written or -1 if an error occurs.
+ @return The number of bytes written or -1 if an error occurs.
**/
ssize_t
@@ -175,7 +175,7 @@ BslSocketWrite ( @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.
**/
|