diff --git a/src/device/pciexp_device.c b/src/device/pciexp_device.c index 72aac4c7c5..c73c548bb4 100644 --- a/src/device/pciexp_device.c +++ b/src/device/pciexp_device.c @@ -165,7 +165,7 @@ static void pciexp_configure_ltr(struct device *dev) cap = pci_find_capability(dev, PCI_CAP_ID_PCIE); /* - * Check if capibility pointer is valid and + * Check if capability pointer is valid and * device supports LTR mechanism. */ if (!cap || !pciexp_is_ltr_supported(dev, cap)) {