X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=MdePkg%2FLibrary%2FPeiMemoryLib%2FMemLib.c;h=4f1f01749c60dc51a9aef8d1224318a8fc3f0e04;hp=fc86964b183ffdbad33a747d9c4c8bd82ba66bf0;hb=58380e9c6174f23df78f777b4209c0fd75245cda;hpb=3b33c6d65d88da47fe059eff5cd92b39b6d0f42e diff --git a/MdePkg/Library/PeiMemoryLib/MemLib.c b/MdePkg/Library/PeiMemoryLib/MemLib.c index fc86964b18..4f1f01749c 100644 --- a/MdePkg/Library/PeiMemoryLib/MemLib.c +++ b/MdePkg/Library/PeiMemoryLib/MemLib.c @@ -1,7 +1,7 @@ /** @file Base Memory Library functions implementation bases on PeiServcie. - Copyright (c) 2006 - 2008, Intel Corporation. All rights reserved.
+ Copyright (c) 2006 - 2010, Intel Corporation. All rights reserved.
This program and the accompanying materials are licensed and made available under the terms and conditions of the BSD License which accompanies this distribution. The full text of the license may be found at @@ -48,7 +48,7 @@ InternalMemCopyMem ( This function wraps the gPS->SetMem (). @param Buffer Memory to set. - @param Size The number of bytes to set. + @param Size The number of bytes to set. @param Value Value of the set operation. @return Buffer.