]> git.proxmox.com Git - mirror_edk2.git/commitdiff
OvmfPkg/Bhyve/AcpiPlatformDxe: fix file path typo in comment
authorLaszlo Ersek <lersek@redhat.com>
Wed, 26 May 2021 20:14:20 +0000 (22:14 +0200)
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Fri, 4 Jun 2021 16:01:50 +0000 (16:01 +0000)
The built-in ACPI tables for Bhyve are located in the
"OvmfPkg/Bhyve/AcpiTables" module, not in the "OvmfPkg/AcpiTables" module.
Correct the typo in a code comment.

Cc: Ard Biesheuvel <ardb+tianocore@kernel.org>
Cc: Jordan Justen <jordan.l.justen@intel.com>
Cc: Peter Grehan <grehan@freebsd.org>
Cc: Philippe Mathieu-Daudé <philmd@redhat.com>
Cc: Rebecca Cran <rebecca@bsdio.com>
Ref: https://bugzilla.tianocore.org/show_bug.cgi?id=2122
Signed-off-by: Laszlo Ersek <lersek@redhat.com>
Message-Id: <20210526201446.12554-18-lersek@redhat.com>
Reviewed-by: Ard Biesheuvel <ardb@kernel.org>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Reviewed-by: Rebecca Cran <rebecca@bsdio.com>
OvmfPkg/Bhyve/AcpiPlatformDxe/AcpiPlatform.c

index d5c78c61d5ad0d0f96ad5d119c7a4dd2e5e7e03d..9ccdb4d91cd1eb2b0aeeefa83713a86b7943ca7c 100644 (file)
@@ -132,7 +132,7 @@ LocateFvInstanceWithTables (
   by the VMM first.\r
 \r
   If that fails, we use this function to load the ACPI tables from an FV. The\r
-  sources for the FV based tables is located under OvmfPkg/AcpiTables.\r
+  sources for the FV based tables is located under OvmfPkg/Bhyve/AcpiTables.\r
 \r
   @param  AcpiTable     Protocol instance pointer\r
 \r