From: Bjorn Helgaas Date: Fri, 21 Apr 2017 19:32:41 +0000 (-0500) Subject: lspci: Fix "Auxiliary" spelling error X-Git-Tag: v3.5.5~3 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=d9b1b8e350adbaf97713ce50b044f1c63d6a98cf;p=pciutils.git lspci: Fix "Auxiliary" spelling error Signed-off-by: Bjorn Helgaas --- 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)