]> git.proxmox.com Git - mirror_edk2.git/commitdiff
IntelFspPkg/IntelFspWrapperPkg: Fix some typos.
authorStar Zeng <star.zeng@intel.com>
Wed, 3 Sep 2014 06:48:38 +0000 (06:48 +0000)
committerlzeng14 <lzeng14@6f19259b-4bc3-4df7-8a09-765794883524>
Wed, 3 Sep 2014 06:48:38 +0000 (06:48 +0000)
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

IntelFspPkg/Library/SecPlatformSecLibNull/PlatformSecLibNull.c
IntelFspWrapperPkg/Library/PeiFspHobProcessLibSample/FspHobProcessLibSample.c

index af41a61813351af2017ddb0bd7988413f7ad1890..ed65aa5cdca71bcae997598bf7220a4896e98cf6 100644 (file)
@@ -15,8 +15,8 @@
 #include <PiPei.h>\r
 \r
 /**\r
-  This function provides dummy function so that SecCore can pass pass build\r
-  Validation in Ia32FamilyCpuPkg. All real platform library instances needs\r
+  This function provides dummy function so that SecCore can pass build\r
+  validation in IntelFspPkg. All real platform library instances needs\r
   to implement the real entry point in assembly.\r
 **/\r
 VOID\r
index b370a4ad5674a211784d483d1d6bf05175e8b2c0..eac043598927d6088e79d95baa1e033f7a06ff84 100644 (file)
@@ -251,7 +251,7 @@ FspHobProcess (
     DEBUG((DEBUG_INFO, "S3 memory %Xh - %Xh bytes\n", S3PeiMemBase, S3PeiMemSize));\r
 \r
     //\r
-    // Make sure Stack and PeiMemory are not overlap - JYAO1\r
+    // Make sure Stack and PeiMemory are not overlap\r
     //\r
 \r
     Status = PeiServicesInstallPeiMemory (\r
@@ -280,7 +280,7 @@ FspHobProcess (
 \r
       if (Status == EFI_SUCCESS) {\r
         //\r
-        // Make sure Stack and CapsuleBuffer are not overlap - JYAO1\r
+        // Make sure Stack and CapsuleBuffer are not overlap\r
         //\r
         CapsuleBuffer = (VOID *)(UINTN)BASE_1MB;\r
         CapsuleBufferLength = (UINTN)(LowMemorySize - PeiMemSize);\r
@@ -313,7 +313,7 @@ FspHobProcess (
       );\r
 \r
     //\r
-    // Make sure Stack and CapsuleBuffer are not overlap - JYAO1\r
+    // Make sure Stack and CapsuleBuffer are not overlap\r
     //\r
 \r
     //\r