diff options
author | ywu21 <ywu21@6f19259b-4bc3-4df7-8a09-765794883524> | 2009-01-13 08:55:27 +0000 |
---|---|---|
committer | ywu21 <ywu21@6f19259b-4bc3-4df7-8a09-765794883524> | 2009-01-13 08:55:27 +0000 |
commit | e3c8c68a76c3bba6ab27d834c42cd6ad3eef6377 (patch) | |
tree | 5bf9108330bb1a1882948733ae92f17fdc20ff07 /MdeModulePkg/Library/DxeNetLib | |
parent | 3a1ab4bc2c322e835faca717ed4b0dc17536cfd7 (diff) | |
download | edk2-platforms-e3c8c68a76c3bba6ab27d834c42cd6ad3eef6377.tar.xz |
fix minor comment error
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7261 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdeModulePkg/Library/DxeNetLib')
-rw-r--r-- | MdeModulePkg/Library/DxeNetLib/NetBuffer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MdeModulePkg/Library/DxeNetLib/NetBuffer.c b/MdeModulePkg/Library/DxeNetLib/NetBuffer.c index a92efb71c0..0cfaec3d60 100644 --- a/MdeModulePkg/Library/DxeNetLib/NetBuffer.c +++ b/MdeModulePkg/Library/DxeNetLib/NetBuffer.c @@ -1223,7 +1223,7 @@ NetbufTrim ( @param[in] Dest The destination of the data to copy to.
@return The length of the actual copied data, or 0 if the offset
- specified exceeds exceeds the total size of net buffer.
+ specified exceeds the total size of net buffer.
**/
UINT32
|