diff options
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 695777a6a9..7a33546870 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
|