aboutsummaryrefslogtreecommitdiff
path: root/hw/pci-host/pnv_phb.c
diff options
context:
space:
mode:
authorMichael Tokarev <mjt@tls.msk.ru>2023-07-14 14:27:04 +0300
committerMichael Tokarev <mjt@tls.msk.ru>2023-09-20 07:54:34 +0300
commitf1c0cff8a28ac25f48ecaea672eb3d68250bb3c4 (patch)
treedb97cf9d628a18c15a28e0af6f92a818dbd80ef0 /hw/pci-host/pnv_phb.c
parent2431f4f184339f679ff665c75e927fc24f7bd430 (diff)
downloadqemu-f1c0cff8a28ac25f48ecaea672eb3d68250bb3c4.zip
qemu-f1c0cff8a28ac25f48ecaea672eb3d68250bb3c4.tar.gz
qemu-f1c0cff8a28ac25f48ecaea672eb3d68250bb3c4.tar.bz2
hw/pci: spelling fixes
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru> Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Diffstat (limited to 'hw/pci-host/pnv_phb.c')
-rw-r--r--hw/pci-host/pnv_phb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/pci-host/pnv_phb.c b/hw/pci-host/pnv_phb.c
index 82332d7..157c007 100644
--- a/hw/pci-host/pnv_phb.c
+++ b/hw/pci-host/pnv_phb.c
@@ -25,7 +25,7 @@
* state associated with the child has an id, use it as QOM id.
* Otherwise use object_typename[index] as QOM id.
*
- * This helper does both operations at the same time because seting
+ * This helper does both operations at the same time because setting
* a new QOM child will erase the bus parent of the device. This happens
* because object_unparent() will call object_property_del_child(),
* which in turn calls the property release callback prop->release if