summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorStefan Weil <weil@mail.berlios.de>2011-04-28 17:20:29 +0200
committerStefan Hajnoczi <stefanha@linux.vnet.ibm.com>2011-05-08 10:02:16 +0100
commita7f22f065e47d5abc2b2ed46663dd4792a4e5311 (patch)
tree20383493429709fedb70617643fab847efece6e0
parent4e9a0b5bf82e6655e228567e67cffe482e190f05 (diff)
downloadfocaccia-qemu-a7f22f065e47d5abc2b2ed46663dd4792a4e5311.tar.gz
focaccia-qemu-a7f22f065e47d5abc2b2ed46663dd4792a4e5311.zip
Fix typo in comment (auxilliary -> auxiliary)
Signed-off-by: Stefan Weil <weil@mail.berlios.de>
Signed-off-by: Stefan Hajnoczi <stefanha@linux.vnet.ibm.com>
-rw-r--r--hw/pci_regs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/pci_regs.h b/hw/pci_regs.h
index dd0bed4f1c..5a5ab89c7f 100644
--- a/hw/pci_regs.h
+++ b/hw/pci_regs.h
@@ -223,7 +223,7 @@
 #define  PCI_PM_CAP_PME_CLOCK	0x0008	/* PME clock required */
 #define  PCI_PM_CAP_RESERVED    0x0010  /* Reserved field */
 #define  PCI_PM_CAP_DSI		0x0020	/* Device specific initialization */
-#define  PCI_PM_CAP_AUX_POWER	0x01C0	/* Auxilliary power support mask */
+#define  PCI_PM_CAP_AUX_POWER	0x01C0	/* Auxiliary power support mask */
 #define  PCI_PM_CAP_D1		0x0200	/* D1 power state support */
 #define  PCI_PM_CAP_D2		0x0400	/* D2 power state support */
 #define  PCI_PM_CAP_PME		0x0800	/* PME pin supported */