summaryrefslogtreecommitdiff
path: root/IntelFspWrapperPkg
diff options
context:
space:
mode:
authorStar Zeng <star.zeng@intel.com>2014-09-03 06:48:38 +0000
committerlzeng14 <lzeng14@6f19259b-4bc3-4df7-8a09-765794883524>2014-09-03 06:48:38 +0000
commitb5fd61fe8c85a8aec09becd851a782631a8a4aeb (patch)
tree3a8d637eb90319914099cacec9c5c38c5a251af4 /IntelFspWrapperPkg
parent51b8553fd27f8b235c028f7249ec4dd5f0398689 (diff)
IntelFspPkg/IntelFspWrapperPkg: Fix some typos.
Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Star Zeng <star.zeng@intel.com> Reviewed-by: Jiewen Yao <jiewen.yao@intel.com> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@16040 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'IntelFspWrapperPkg')
-rw-r--r--IntelFspWrapperPkg/Library/PeiFspHobProcessLibSample/FspHobProcessLibSample.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/IntelFspWrapperPkg/Library/PeiFspHobProcessLibSample/FspHobProcessLibSample.c b/IntelFspWrapperPkg/Library/PeiFspHobProcessLibSample/FspHobProcessLibSample.c
index b370a4ad56..eac0435989 100644
--- a/IntelFspWrapperPkg/Library/PeiFspHobProcessLibSample/FspHobProcessLibSample.c
+++ b/IntelFspWrapperPkg/Library/PeiFspHobProcessLibSample/FspHobProcessLibSample.c
@@ -251,7 +251,7 @@ FspHobProcess (
DEBUG((DEBUG_INFO, "S3 memory %Xh - %Xh bytes\n", S3PeiMemBase, S3PeiMemSize));
//
- // Make sure Stack and PeiMemory are not overlap - JYAO1
+ // Make sure Stack and PeiMemory are not overlap
//
Status = PeiServicesInstallPeiMemory (
@@ -280,7 +280,7 @@ FspHobProcess (
if (Status == EFI_SUCCESS) {
//
- // Make sure Stack and CapsuleBuffer are not overlap - JYAO1
+ // Make sure Stack and CapsuleBuffer are not overlap
//
CapsuleBuffer = (VOID *)(UINTN)BASE_1MB;
CapsuleBufferLength = (UINTN)(LowMemorySize - PeiMemSize);
@@ -313,7 +313,7 @@ FspHobProcess (
);
//
- // Make sure Stack and CapsuleBuffer are not overlap - JYAO1
+ // Make sure Stack and CapsuleBuffer are not overlap
//
//