X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=UefiCpuPkg%2FLibrary%2FCpuExceptionHandlerLib%2FPeiDxeSmmCpuException.c;h=e55709cf85ab940a9ab68ce01304f5bceff5382d;hp=02d56223c6b7462e112858fd40336f202e84fdac;hb=438f17665c949ccd8b2fec7646fa894f31b54df8;hpb=d6a1c70de11eab1ac3e2b7172de7b32510bb9338 diff --git a/UefiCpuPkg/Library/CpuExceptionHandlerLib/PeiDxeSmmCpuException.c b/UefiCpuPkg/Library/CpuExceptionHandlerLib/PeiDxeSmmCpuException.c index 02d56223c6..e55709cf85 100644 --- a/UefiCpuPkg/Library/CpuExceptionHandlerLib/PeiDxeSmmCpuException.c +++ b/UefiCpuPkg/Library/CpuExceptionHandlerLib/PeiDxeSmmCpuException.c @@ -65,7 +65,7 @@ CommonExceptionHandlerWorker ( // if (ReservedVectors[ExceptionType].ApicId == GetApicId ()) { // - // Old IDT handler has been executed, then retore CPU exception content to + // Old IDT handler has been executed, then restore CPU exception content to // run new exception handler. // ArchRestoreExceptionContext (ExceptionType, SystemContext);