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:
committed by
mergify[bot]
parent
f60f4cfeb4
commit
ef62da4ff7
@@ -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
|
||||
|
Reference in New Issue
Block a user