]> git.proxmox.com Git - mirror_qemu.git/blobdiff - hw/pci/pci_bridge.c
Fix some typos found by codespell
[mirror_qemu.git] / hw / pci / pci_bridge.c
index 3cf30bd3342d18dded3e8c9c105de8c5e2bac377..5118ef404f6f71d2b9330391aaa1dc88bcae71ce 100644 (file)
@@ -116,7 +116,7 @@ pcibus_t pci_bridge_get_base(const PCIDevice *bridge, uint8_t type)
     return base;
 }
 
-/* accessor funciton to get bridge filtering limit */
+/* accessor function to get bridge filtering limit */
 pcibus_t pci_bridge_get_limit(const PCIDevice *bridge, uint8_t type)
 {
     pcibus_t limit;