summaryrefslogtreecommitdiff
path: root/MdePkg/Library/PeiMemoryLib/MemLib.c
diff options
context:
space:
mode:
authorlgao4 <lgao4@6f19259b-4bc3-4df7-8a09-765794883524>2008-09-08 01:24:16 +0000
committerlgao4 <lgao4@6f19259b-4bc3-4df7-8a09-765794883524>2008-09-08 01:24:16 +0000
commitcc4e0485045285042ad088736ef278459b139d54 (patch)
tree245ab29fda9f1d7349fc5a09b4929ec1a8a57c6b /MdePkg/Library/PeiMemoryLib/MemLib.c
parent0002305b5ffa712e924fbe6db24872fd2623dc3e (diff)
downloadedk2-platforms-cc4e0485045285042ad088736ef278459b139d54.tar.xz
Correct the wrong '?' character to '-', and add check DestinationBuffer == SourceBuffer for CompareMem functions in all BaseMemory library instances.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5831 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg/Library/PeiMemoryLib/MemLib.c')
-rw-r--r--MdePkg/Library/PeiMemoryLib/MemLib.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/MdePkg/Library/PeiMemoryLib/MemLib.c b/MdePkg/Library/PeiMemoryLib/MemLib.c
index 82e50825c0..cbd88c1c6d 100644
--- a/MdePkg/Library/PeiMemoryLib/MemLib.c
+++ b/MdePkg/Library/PeiMemoryLib/MemLib.c
@@ -1,7 +1,7 @@
/** @file
- Base Memory Library.
+ Base Memory Library functions implementation bases on PeiServcie.
- Copyright (c) 2006, Intel Corporation<BR>
+ Copyright (c) 2006 - 2008, Intel Corporation<BR>
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