diff options
author | Rebecca Cran <rebecca@nuviainc.com> | 2021-05-05 23:04:55 +0800 |
---|---|---|
committer | mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> | 2021-05-17 02:10:31 +0000 |
commit | e0cb5e1814a67bb12dd476a72d1698350633bcbb (patch) | |
tree | 535094fade316b8293ffe58bbb4ace0e0afe2bac /MdeModulePkg/Bus | |
parent | 32928415e36b3e234efb5c24143e06060a68fba3 (diff) | |
download | edk2-e0cb5e1814a67bb12dd476a72d1698350633bcbb.tar.gz |
MdeModulePkg: Fix various typos
Fix various typos throughout MdeModulePkg.
Signed-off-by: Rebecca Cran <rebecca@nuviainc.com>
Reviewed-by: Michael D Kinney <michael.d.kinney@intel.com>
Reviewed-by: Hao A Wu <hao.a.wu@intel.com>
Diffstat (limited to 'MdeModulePkg/Bus')
-rw-r--r-- | MdeModulePkg/Bus/Pci/IncompatiblePciDeviceSupportDxe/IncompatiblePciDeviceSupport.uni | 2 | ||||
-rw-r--r-- | MdeModulePkg/Bus/Pci/IncompatiblePciDeviceSupportDxe/IncompatiblePciDeviceSupportDxe.inf | 2 |
2 files changed, 2 insertions, 2 deletions
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.<BR>
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.<BR>
|