From e0cb5e1814a67bb12dd476a72d1698350633bcbb Mon Sep 17 00:00:00 2001 From: Rebecca Cran Date: Wed, 5 May 2021 23:04:55 +0800 Subject: MdeModulePkg: Fix various typos Fix various typos throughout MdeModulePkg. Signed-off-by: Rebecca Cran Reviewed-by: Michael D Kinney Reviewed-by: Hao A Wu --- .../IncompatiblePciDeviceSupportDxe/IncompatiblePciDeviceSupport.uni | 2 +- .../IncompatiblePciDeviceSupportDxe/IncompatiblePciDeviceSupportDxe.inf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'MdeModulePkg/Bus') diff --git a/MdeModulePkg/Bus/Pci/IncompatiblePciDeviceSupportDxe/IncompatiblePciDeviceSupport.uni b/MdeModulePkg/Bus/Pci/IncompatiblePciDeviceSupportDxe/IncompatiblePciDeviceSupport.uni index f34c68c18b..ec9cdddc87 100644 --- a/MdeModulePkg/Bus/Pci/IncompatiblePciDeviceSupportDxe/IncompatiblePciDeviceSupport.uni +++ b/MdeModulePkg/Bus/Pci/IncompatiblePciDeviceSupportDxe/IncompatiblePciDeviceSupport.uni @@ -1,7 +1,7 @@ // /** @file // PCI Incompatible device support module template. // -// Installs EFI PCI Incompatible Device Support protocol and includes one incompatile +// Installs EFI PCI Incompatible Device Support protocol and includes one incompatible // pci devices list template. // // Copyright (c) 2009 - 2014, Intel Corporation. All rights reserved.
diff --git a/MdeModulePkg/Bus/Pci/IncompatiblePciDeviceSupportDxe/IncompatiblePciDeviceSupportDxe.inf b/MdeModulePkg/Bus/Pci/IncompatiblePciDeviceSupportDxe/IncompatiblePciDeviceSupportDxe.inf index c4caac9079..8e08eb9b0e 100644 --- a/MdeModulePkg/Bus/Pci/IncompatiblePciDeviceSupportDxe/IncompatiblePciDeviceSupportDxe.inf +++ b/MdeModulePkg/Bus/Pci/IncompatiblePciDeviceSupportDxe/IncompatiblePciDeviceSupportDxe.inf @@ -1,7 +1,7 @@ ## @file # PCI Incompatible device support module template. # -# Installs EFI PCI Incompatible Device Support protocol and includes one incompatile +# Installs EFI PCI Incompatible Device Support protocol and includes one incompatible # pci devices list template. # # Copyright (c) 2009 - 2018, Intel Corporation. All rights reserved.
-- cgit