]> mj.ucw.cz Git - pciutils.git/commitdiff
lspci: Fix "Auxiliary" spelling error
authorBjorn Helgaas <bhelgaas@google.com>
Fri, 21 Apr 2017 19:32:41 +0000 (14:32 -0500)
committerMartin Mares <mj@ucw.cz>
Sat, 29 Apr 2017 18:05:07 +0000 (20:05 +0200)
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
lib/pci.h

index 9781accf31534490c7c1ae7ceab20927eeff0f24..052f43b75d07aaca26fdc0b226b2e2a9c57112c2 100644 (file)
--- 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)