aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBjorn Helgaas <bhelgaas@google.com>2017-04-21 14:32:41 -0500
committerMartin Mares <mj@ucw.cz>2017-04-29 20:05:07 +0200
commitd9b1b8e350adbaf97713ce50b044f1c63d6a98cf (patch)
tree8f96eb218d651b2823f4b2ecf740f614ed0c8571
parent02d761b4169b7c9549534a37f7f1294e29d34fdb (diff)
downloadpciutils-d9b1b8e350adbaf97713ce50b044f1c63d6a98cf.tar.gz
lspci: Fix "Auxiliary" spelling error
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
-rw-r--r--lib/pci.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/pci.h b/lib/pci.h
index 9781acc..052f43b 100644
--- a/lib/pci.h
+++ b/lib/pci.h
@@ -147,7 +147,7 @@ struct pci_dev {
u8 *cache; /* Cached config registers */
int cache_len;
int hdrtype; /* Cached low 7 bits of header type, -1 if unknown */
- void *aux; /* Auxillary data */
+ void *aux; /* Auxiliary data */
};
#define PCI_ADDR_IO_MASK (~(pciaddr_t) 0x3)