X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=UefiCpuPkg%2FPiSmmCpuDxeSmm%2FSmramSaveState.c;fp=UefiCpuPkg%2FPiSmmCpuDxeSmm%2FSmramSaveState.c;h=661cc51f361a2932495d31c71e3b849c153507d4;hp=b1a492725a0cb26af9bd4b49065e3ded3cbe48b5;hb=ef62da4ff742a0b9f4b718ccc2a03f5497115c9f;hpb=f60f4cfeb43b8b09a19015e8ce4d86daed35b801 diff --git a/UefiCpuPkg/PiSmmCpuDxeSmm/SmramSaveState.c b/UefiCpuPkg/PiSmmCpuDxeSmm/SmramSaveState.c index b1a492725a..661cc51f36 100644 --- a/UefiCpuPkg/PiSmmCpuDxeSmm/SmramSaveState.c +++ b/UefiCpuPkg/PiSmmCpuDxeSmm/SmramSaveState.c @@ -260,7 +260,7 @@ GetRegisterIndex ( @retval EFI_SUCCESS The register was read from Save State. @retval EFI_NOT_FOUND The register is not defined for the Save State of Processor. - @retval EFI_INVALID_PARAMTER This or Buffer is NULL. + @retval EFI_INVALID_PARAMETER This or Buffer is NULL. **/ EFI_STATUS @@ -343,7 +343,7 @@ ReadSaveStateRegisterByIndex ( @retval EFI_SUCCESS The register was read from Save State. @retval EFI_NOT_FOUND The register is not defined for the Save State of Processor. - @retval EFI_INVALID_PARAMTER This or Buffer is NULL. + @retval EFI_INVALID_PARAMETER This or Buffer is NULL. **/ EFI_STATUS @@ -455,7 +455,7 @@ ReadSaveStateRegister ( @retval EFI_SUCCESS The register was written to Save State. @retval EFI_NOT_FOUND The register is not defined for the Save State of Processor. - @retval EFI_INVALID_PARAMTER ProcessorIndex or Width is not correct. + @retval EFI_INVALID_PARAMETER ProcessorIndex or Width is not correct. **/ EFI_STATUS