UefiCpuPkg/PiSmm: Fix various typos

Fix various typos in comments and documentation.

Cc: Eric Dong <eric.dong@intel.com>
Cc: Ray Ni <ray.ni@intel.com>
Cc: Laszlo Ersek <lersek@redhat.com>
Signed-off-by: Antoine Coeur <coeur@gmx.fr>
Reviewed-by: Philippe Mathieu-Daude <philmd@redhat.com>
Reviewed-by: Laszlo Ersek <lersek@redhat.com>
Reviewed-by: Eric Dong <eric.dong@intel.com>
Signed-off-by: Philippe Mathieu-Daude <philmd@redhat.com>
Message-Id: <20200207010831.9046-78-philmd@redhat.com>
This commit is contained in:
Antoine Coeur
2020-02-07 02:08:30 +01:00
committed by mergify[bot]
parent f60f4cfeb4
commit ef62da4ff7
9 changed files with 18 additions and 18 deletions

View File

@@ -284,7 +284,7 @@ extern UINT8 mSmmSaveStateRegisterLma;
@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
@@ -308,7 +308,7 @@ SmmReadSaveState (
@retval EFI_SUCCESS The register was written from 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
@@ -336,7 +336,7 @@ This function supports reading a CPU Save State register in SMBase relocation ha
@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
@@ -363,7 +363,7 @@ This function supports writing a CPU Save State register in SMBase relocation ha
@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
@@ -1263,7 +1263,7 @@ EdkiiSmmGetMemoryAttributes (
/**
This function fixes up the address of the global variable or function
referred in SmmInit assembly files to be the absoute address.
referred in SmmInit assembly files to be the absolute address.
**/
VOID
EFIAPI
@@ -1272,7 +1272,7 @@ PiSmmCpuSmmInitFixupAddress (
/**
This function fixes up the address of the global variable or function
referred in SmiEntry assembly files to be the absoute address.
referred in SmiEntry assembly files to be the absolute address.
**/
VOID
EFIAPI