diff options
author | ywu21 <ywu21@6f19259b-4bc3-4df7-8a09-765794883524> | 2009-01-13 08:56:00 +0000 |
---|---|---|
committer | ywu21 <ywu21@6f19259b-4bc3-4df7-8a09-765794883524> | 2009-01-13 08:56:00 +0000 |
commit | 361468ede3f5691d7d6b2a1ae5e8390e0291a244 (patch) | |
tree | b71ed76155bbd92227c813f5b0d9b198b1cdb8f1 /MdeModulePkg | |
parent | e3c8c68a76c3bba6ab27d834c42cd6ad3eef6377 (diff) | |
download | edk2-361468ede3f5691d7d6b2a1ae5e8390e0291a244.zip edk2-361468ede3f5691d7d6b2a1ae5e8390e0291a244.tar.gz edk2-361468ede3f5691d7d6b2a1ae5e8390e0291a244.tar.bz2 |
fix one minor comment error
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7262 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdeModulePkg')
-rw-r--r-- | MdeModulePkg/Include/Library/NetLib.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MdeModulePkg/Include/Library/NetLib.h b/MdeModulePkg/Include/Library/NetLib.h index 695777a..7a33546 100644 --- a/MdeModulePkg/Include/Library/NetLib.h +++ b/MdeModulePkg/Include/Library/NetLib.h @@ -1225,7 +1225,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
|