diff options
-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
|