From f221466ea77a897d0f21e2092d5564249ab828c1 Mon Sep 17 00:00:00 2001 From: Antoine Coeur Date: Fri, 7 Feb 2020 02:08:07 +0100 Subject: OvmfPkg/Acpi: Fix few typos Fix few typos in comments and documentation. Cc: Jordan Justen Cc: Laszlo Ersek Cc: Ard Biesheuvel Signed-off-by: Antoine Coeur Reviewed-by: Philippe Mathieu-Daude Reviewed-by: Laszlo Ersek Signed-off-by: Philippe Mathieu-Daude Message-Id: <20200207010831.9046-55-philmd@redhat.com> --- OvmfPkg/AcpiPlatformDxe/BootScript.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'OvmfPkg/AcpiPlatformDxe') diff --git a/OvmfPkg/AcpiPlatformDxe/BootScript.c b/OvmfPkg/AcpiPlatformDxe/BootScript.c index 7137994471..7b1b9586da 100644 --- a/OvmfPkg/AcpiPlatformDxe/BootScript.c +++ b/OvmfPkg/AcpiPlatformDxe/BootScript.c @@ -240,7 +240,7 @@ FatalError: Script opcodes. If the function returns successfully, the caller must set the S3Context pointer -- originally returned by AllocateS3Context() -- immediately to NULL, - because the ownership of S3Context has been transfered. + because the ownership of S3Context has been transferred. @retval EFI_SUCCESS The translation of S3Context to ACPI S3 Boot Script opcodes has been successfully executed or queued. (This -- cgit