From: Laszlo Ersek Date: Wed, 26 May 2021 20:14:20 +0000 (+0200) Subject: OvmfPkg/Bhyve/AcpiPlatformDxe: fix file path typo in comment X-Git-Tag: edk2-stable202108~227 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=4174c5c7874ec21c2e693565d3685cf9f5c2e2e8;p=mirror_edk2.git OvmfPkg/Bhyve/AcpiPlatformDxe: fix file path typo in comment 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 Cc: Jordan Justen Cc: Peter Grehan Cc: Philippe Mathieu-Daudé Cc: Rebecca Cran Ref: https://bugzilla.tianocore.org/show_bug.cgi?id=2122 Signed-off-by: Laszlo Ersek Message-Id: <20210526201446.12554-18-lersek@redhat.com> Reviewed-by: Ard Biesheuvel Reviewed-by: Philippe Mathieu-Daudé Reviewed-by: Rebecca Cran --- diff --git a/OvmfPkg/Bhyve/AcpiPlatformDxe/AcpiPlatform.c b/OvmfPkg/Bhyve/AcpiPlatformDxe/AcpiPlatform.c index d5c78c61d5..9ccdb4d91c 100644 --- a/OvmfPkg/Bhyve/AcpiPlatformDxe/AcpiPlatform.c +++ b/OvmfPkg/Bhyve/AcpiPlatformDxe/AcpiPlatform.c @@ -132,7 +132,7 @@ LocateFvInstanceWithTables ( by the VMM first. If that fails, we use this function to load the ACPI tables from an FV. The - sources for the FV based tables is located under OvmfPkg/AcpiTables. + sources for the FV based tables is located under OvmfPkg/Bhyve/AcpiTables. @param AcpiTable Protocol instance pointer