diff options
| author | Star Zeng <star.zeng@intel.com> | 2025-08-04 16:29:51 +0800 |
|---|---|---|
| committer | mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> | 2025-08-07 03:55:18 +0000 |
| commit | bd785cedc370c96b736e8a3db9526aca436cb7de (patch) | |
| tree | 6d1610c00506fbc61dff43ff19edc34ec30f5707 | |
| parent | d192e7ea75f3404c1363c48feb0f5a0857fdbeaa (diff) | |
| download | edk2-bd785cedc370c96b736e8a3db9526aca436cb7de.tar.gz edk2-bd785cedc370c96b736e8a3db9526aca436cb7de.zip | |
StandaloneMmPkg/MmCore: Correct EndOfDxe to EndOfPei in MmEndOfPeiHandler
Signed-off-by: Star Zeng <star.zeng@intel.com>
| -rw-r--r-- | StandaloneMmPkg/Core/StandaloneMmCore.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/StandaloneMmPkg/Core/StandaloneMmCore.c b/StandaloneMmPkg/Core/StandaloneMmCore.c index 154285fef6..2345f9a232 100644 --- a/StandaloneMmPkg/Core/StandaloneMmCore.c +++ b/StandaloneMmPkg/Core/StandaloneMmCore.c @@ -298,7 +298,7 @@ MmEndOfPeiHandler ( DEBUG ((DEBUG_INFO, "MmEndOfPeiHandler\n"));
//
- // Install MM EndOfDxe protocol
+ // Install MM EndOfPei protocol
//
MmHandle = NULL;
Status = MmInstallProtocolInterface (
|
