From e968e800ce8f1a2b34c155155106912ca8da16f0 Mon Sep 17 00:00:00 2001 From: "Leahy, Leroy P" Date: Fri, 4 Mar 2016 09:52:14 -0800 Subject: FW: [PATCH 3/9] CorebootPayloadPkg/PlatformBdsLib: Fix spelling error -----Original Message----- From: Leahy, Leroy P Sent: Friday, March 4, 2016 8:58 AM To: Ni, Ruiyu ; edk2-devel@lists.01.org; Bjorge, Erik C Cc: Leahy, Leroy P Subject: [PATCH 3/9] CorebootPayloadPkg/PlatformBdsLib: Fix spelling error Change vender to vendor Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Lee Leahy Reviewed-by: Prince Agyeman --- CorebootPayloadPkg/Library/PlatformBdsLib/BdsPlatform.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'CorebootPayloadPkg/Library/PlatformBdsLib/BdsPlatform.h') diff --git a/CorebootPayloadPkg/Library/PlatformBdsLib/BdsPlatform.h b/CorebootPayloadPkg/Library/PlatformBdsLib/BdsPlatform.h index 641e1cbf01..b011553447 100644 --- a/CorebootPayloadPkg/Library/PlatformBdsLib/BdsPlatform.h +++ b/CorebootPayloadPkg/Library/PlatformBdsLib/BdsPlatform.h @@ -38,7 +38,7 @@ extern EFI_DEVICE_PATH_PROTOCOL *gPlatformRootBridges[]; extern ACPI_HID_DEVICE_PATH gPnp16550ComPortDeviceNode; extern UART_DEVICE_PATH gUartDeviceNode; extern VENDOR_DEVICE_PATH gTerminalTypeDeviceNode; -extern VENDOR_DEVICE_PATH gUartDeviceVenderNode; +extern VENDOR_DEVICE_PATH gUartDeviceVendorNode; // // @@ -83,7 +83,7 @@ extern VENDOR_DEVICE_PATH gUartDeviceVenderNode; #define gPnp16550ComPort \ PNPID_DEVICE_PATH_NODE(0x0501) -#define gUartVender \ +#define gUartVendor \ { \ { \ HARDWARE_DEVICE_PATH, \ -- cgit v1.2.3