diff options
| author | Stefan Weil <weil@mail.berlios.de> | 2011-04-26 10:29:36 +0200 |
|---|---|---|
| committer | Stefan Hajnoczi <stefanha@linux.vnet.ibm.com> | 2011-05-06 08:19:25 +0100 |
| commit | ebabb67a17b58c729e12523cb21b2d6c1d93abc6 (patch) | |
| tree | fe83ed50cefab24b20f10ccaa523f4e9f22d14db /hw/pci.h | |
| parent | 3964f535c35c08470ac69bd553282af500bc8bb0 (diff) | |
| download | focaccia-qemu-ebabb67a17b58c729e12523cb21b2d6c1d93abc6.tar.gz focaccia-qemu-ebabb67a17b58c729e12523cb21b2d6c1d93abc6.zip | |
Fix typo in code and comments
Replace writeable -> writable Signed-off-by: Stefan Weil <weil@mail.berlios.de> Signed-off-by: Stefan Hajnoczi <stefanha@linux.vnet.ibm.com>
Diffstat (limited to 'hw/pci.h')
| -rw-r--r-- | hw/pci.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/pci.h b/hw/pci.h index c6a6eb67b6..0d288ce000 100644 --- a/hw/pci.h +++ b/hw/pci.h @@ -132,7 +132,7 @@ struct PCIDevice { /* PCI config space */ uint8_t *config; - /* Used to enable config checks on load. Note that writeable bits are + /* Used to enable config checks on load. Note that writable bits are * never checked even if set in cmask. */ uint8_t *cmask; |