From b5fd61fe8c85a8aec09becd851a782631a8a4aeb Mon Sep 17 00:00:00 2001 From: Star Zeng Date: Wed, 3 Sep 2014 06:48:38 +0000 Subject: [PATCH] IntelFspPkg/IntelFspWrapperPkg: Fix some typos. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Star Zeng Reviewed-by: Jiewen Yao git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@16040 6f19259b-4bc3-4df7-8a09-765794883524 --- .../Library/SecPlatformSecLibNull/PlatformSecLibNull.c | 4 ++-- .../PeiFspHobProcessLibSample/FspHobProcessLibSample.c | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/IntelFspPkg/Library/SecPlatformSecLibNull/PlatformSecLibNull.c b/IntelFspPkg/Library/SecPlatformSecLibNull/PlatformSecLibNull.c index af41a61813..ed65aa5cdc 100644 --- a/IntelFspPkg/Library/SecPlatformSecLibNull/PlatformSecLibNull.c +++ b/IntelFspPkg/Library/SecPlatformSecLibNull/PlatformSecLibNull.c @@ -15,8 +15,8 @@ #include /** - This function provides dummy function so that SecCore can pass pass build - Validation in Ia32FamilyCpuPkg. All real platform library instances needs + This function provides dummy function so that SecCore can pass build + validation in IntelFspPkg. All real platform library instances needs to implement the real entry point in assembly. **/ VOID 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 // // -- 2.39.2