]> git.proxmox.com Git - mirror_qemu.git/blobdiff - hw/msi.c
Fix typo in code and comments
[mirror_qemu.git] / hw / msi.c
index b0795bd7086e286a663e8c0d37ede08c4d069fd0..b087fe52bb38910bec6514407f98f6666d6f1c52 100644 (file)
--- a/hw/msi.c
+++ b/hw/msi.c
@@ -155,7 +155,7 @@ int msi_init(struct PCIDevice *dev, uint8_t offset,
     pci_set_word(dev->wmask + msi_data_off(dev, msi64bit), 0xffff);
 
     if (msi_per_vector_mask) {
-        /* Make mask bits 0 to nr_vectors - 1 writeable. */
+        /* Make mask bits 0 to nr_vectors - 1 writable. */
         pci_set_long(dev->wmask + msi_mask_off(dev, msi64bit),
                      0xffffffff >> (PCI_MSI_VECTORS_MAX - nr_vectors));
     }