]> git.proxmox.com Git - mirror_edk2.git/blobdiff - EmulatorPkg/Sec/Sec.c
EmulatorPkg/Sec: Fix various typos
[mirror_edk2.git] / EmulatorPkg / Sec / Sec.c
index b734d2bb87995655df8e66262c258736715174fb..1c0f73d66944d3b4e4c153b3e082aa7f3d68c6de 100644 (file)
@@ -1,5 +1,5 @@
 /*++ @file\r
 /*++ @file\r
-  Stub SEC that is called from the OS appliation that is the root of the emulator.\r
+  Stub SEC that is called from the OS application that is the root of the emulator.\r
 \r
   The OS application will call the SEC with the PEI Entry Point API.\r
 \r
 \r
   The OS application will call the SEC with the PEI Entry Point API.\r
 \r
@@ -90,7 +90,7 @@ _ModuleEntryPoint (
     SecReseveredMemorySize += sizeof (EFI_PEI_PPI_DESCRIPTOR);\r
 \r
     if ((Ppi->Flags & EFI_PEI_PPI_DESCRIPTOR_TERMINATE_LIST) == EFI_PEI_PPI_DESCRIPTOR_TERMINATE_LIST) {\r
     SecReseveredMemorySize += sizeof (EFI_PEI_PPI_DESCRIPTOR);\r
 \r
     if ((Ppi->Flags & EFI_PEI_PPI_DESCRIPTOR_TERMINATE_LIST) == EFI_PEI_PPI_DESCRIPTOR_TERMINATE_LIST) {\r
-      // Since we are appending, need to clear out privious list terminator.\r
+      // Since we are appending, need to clear out previous list terminator.\r
       Ppi->Flags &= ~EFI_PEI_PPI_DESCRIPTOR_TERMINATE_LIST;\r
       break;\r
     }\r
       Ppi->Flags &= ~EFI_PEI_PPI_DESCRIPTOR_TERMINATE_LIST;\r
       break;\r
     }\r
@@ -138,4 +138,3 @@ _ModuleEntryPoint (
 }\r
 \r
 \r
 }\r
 \r
 \r
-\r