]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Library/UefiMemoryLib/MemLib.c
BaseTools/BinToPcd: Fix Python 2.7.x compatibility issue
[mirror_edk2.git] / MdePkg / Library / UefiMemoryLib / MemLib.c
index 5489fd0f0890d2005ab0ac51467dfc9d8a9bfe95..d37c8c87f0c6b00da6a23d69c1af4e0d0f9a4409 100644 (file)
@@ -1,11 +1,11 @@
 /** @file\r
   Base Memory Library functions implementation bases on Uefi Boot Service.\r
 \r
-  Copyright (c) 2006 - 2008, Intel Corporation<BR>\r
-  All rights reserved. This program and the accompanying materials\r
+  Copyright (c) 2006 - 2008, Intel Corporation. All rights reserved.<BR>\r
+  This program and the accompanying materials\r
   are licensed and made available under the terms and conditions of the BSD License\r
   which accompanies this distribution.  The full text of the license may be found at\r
-  http://opensource.org/licenses/bsd-license.php\r
+  http://opensource.org/licenses/bsd-license.php.\r
 \r
   THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
   WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
@@ -19,9 +19,9 @@
 \r
   This function wraps the gBS->CopyMem().\r
 \r
-  @param  DestinationBuffer   Pointer to the destination buffer of the memory copy.\r
-  @param  SourceBuffer        Pointer to the source buffer of the memory copy.\r
-  @param  Length              Number of bytes to copy from SourceBuffer to DestinationBuffer.\r
+  @param  DestinationBuffer   The pointer to the destination buffer of the memory copy.\r
+  @param  SourceBuffer        The pointer to the source buffer of the memory copy.\r
+  @param  Length              The number of bytes to copy from SourceBuffer to DestinationBuffer.\r
 \r
   @return DestinationBuffer.\r
 \r
@@ -44,7 +44,7 @@ InternalMemCopyMem (
   This function wraps the gBS->SetMem().\r
 \r
   @param  Buffer    Memory to set.\r
-  @param  Size      Number of bytes to set.\r
+  @param  Size      The number of bytes to set.\r
   @param  Value     Value of the set operation.\r
 \r
   @return Buffer.\r