]> git.ipfire.org Git - thirdparty/qemu.git/commitdiff
hw/pci: Fix typo in documentation
authorStefan Weil <sw@weilnetz.de>
Tue, 9 Dec 2025 12:57:59 +0000 (13:57 +0100)
committerPhilippe Mathieu-Daudé <philmd@linaro.org>
Tue, 9 Dec 2025 19:56:14 +0000 (20:56 +0100)
Signed-off-by: Stefan Weil <sw@weilnetz.de>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Laurent Vivier <laurent@vivier.eu>
Message-ID: <20251209125759.764296-1-sw@weilnetz.de>
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
include/hw/pci/pci.h

index 6bccb25ac2f514c46e14905eb9be1e8ed0f34253..b72e4845009f3e3af0f01a85979b2cc5a5432f56 100644 (file)
@@ -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.
  *