From: Bjorn Helgaas <bhelgaas@xxxxxxxxxx> Signed-off-by: Bjorn Helgaas <bhelgaas@xxxxxxxxxx> --- lib/pci.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)