X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=EmulatorPkg%2FSec%2FSec.c;fp=EmulatorPkg%2FSec%2FSec.c;h=1c0f73d66944d3b4e4c153b3e082aa7f3d68c6de;hp=b734d2bb87995655df8e66262c258736715174fb;hb=de949fdbcf38cade52c98b8f89d9ab88d2db0b47;hpb=e60536756ec5fe7e6dadd3827988c3c1abfa317c diff --git a/EmulatorPkg/Sec/Sec.c b/EmulatorPkg/Sec/Sec.c index b734d2bb87..1c0f73d669 100644 --- a/EmulatorPkg/Sec/Sec.c +++ b/EmulatorPkg/Sec/Sec.c @@ -1,5 +1,5 @@ /*++ @file - Stub SEC that is called from the OS appliation that is the root of the emulator. + Stub SEC that is called from the OS application that is the root of the emulator. The OS application will call the SEC with the PEI Entry Point API. @@ -90,7 +90,7 @@ _ModuleEntryPoint ( SecReseveredMemorySize += sizeof (EFI_PEI_PPI_DESCRIPTOR); if ((Ppi->Flags & EFI_PEI_PPI_DESCRIPTOR_TERMINATE_LIST) == EFI_PEI_PPI_DESCRIPTOR_TERMINATE_LIST) { - // Since we are appending, need to clear out privious list terminator. + // Since we are appending, need to clear out previous list terminator. Ppi->Flags &= ~EFI_PEI_PPI_DESCRIPTOR_TERMINATE_LIST; break; } @@ -138,4 +138,3 @@ _ModuleEntryPoint ( } -