diff options
Diffstat (limited to 'UnixPkg')
-rw-r--r-- | UnixPkg/Sec/SecMain.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/UnixPkg/Sec/SecMain.c b/UnixPkg/Sec/SecMain.c index b49f37b..b5f6092 100644 --- a/UnixPkg/Sec/SecMain.c +++ b/UnixPkg/Sec/SecMain.c @@ -979,7 +979,7 @@ SecTemporaryRamSupport ( // // - // Simulate to invalid CAR, terminate CAR + // Simulate to invalid temporary memory, terminate temporary memory // //ZeroMem ((VOID*)(UINTN)TemporaryMemoryBase, CopySize); |