summaryrefslogtreecommitdiff
path: root/MdePkg/Library/DxeMemoryLib/MemLib.c
diff options
context:
space:
mode:
Diffstat (limited to 'MdePkg/Library/DxeMemoryLib/MemLib.c')
-rw-r--r--MdePkg/Library/DxeMemoryLib/MemLib.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/MdePkg/Library/DxeMemoryLib/MemLib.c b/MdePkg/Library/DxeMemoryLib/MemLib.c
index 6bbd9be..faa32f5 100644
--- a/MdePkg/Library/DxeMemoryLib/MemLib.c
+++ b/MdePkg/Library/DxeMemoryLib/MemLib.c
@@ -44,7 +44,7 @@ InternalMemCopyMem (
This function wraps the gBS->SetMem().
@param Buffer Memory to set.
- @param Length Number of bytes to set.
+ @param Size Number of bytes to set.
@param Value Value of the set operation.
@return Buffer.