From: Stefan Weil Date: Tue, 9 Dec 2025 12:57:59 +0000 (+0100) Subject: hw/pci: Fix typo in documentation X-Git-Tag: v10.2.0-rc3~1^2~4 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4fdff25625724f682a1174d53ccf8b0d099733ca;p=thirdparty%2Fqemu.git hw/pci: Fix typo in documentation Signed-off-by: Stefan Weil Reviewed-by: Philippe Mathieu-Daudé Reviewed-by: Laurent Vivier Message-ID: <20251209125759.764296-1-sw@weilnetz.de> Signed-off-by: Philippe Mathieu-Daudé --- diff --git a/include/hw/pci/pci.h b/include/hw/pci/pci.h index 6bccb25ac2..b72e484500 100644 --- a/include/hw/pci/pci.h +++ b/include/hw/pci/pci.h @@ -751,7 +751,7 @@ int pci_iommu_register_iotlb_notifier(PCIDevice *dev, uint32_t pasid, /** * pci_iommu_unregister_iotlb_notifier: unregister a notifier that has been - * registerd with pci_iommu_register_iotlb_notifier. + * registered with pci_iommu_register_iotlb_notifier. * * Returns 0 on success, or a negative errno otherwise. *