From: Li Qiang Date: Tue, 30 Oct 2018 15:16:37 +0000 (-0700) Subject: hw: qdev: fix error in comment X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=27c6ef1b5857b1447f0a0f8da4bd7df3e1a7a637;p=qemu.git hw: qdev: fix error in comment Cc: qemu-trivial@nongnu.org Signed-off-by: Li Qiang Reviewed-by: Laurent Vivier Message-Id: <20181030151637.37207-1-liq3ea@163.com> Signed-off-by: Laurent Vivier --- diff --git a/include/hw/qdev-core.h b/include/hw/qdev-core.h index a24d0dd566..92851e55df 100644 --- a/include/hw/qdev-core.h +++ b/include/hw/qdev-core.h @@ -197,7 +197,7 @@ typedef struct BusChild { /** * BusState: - * @hotplug_device: link to a hotplug device associated with bus. + * @hotplug_handler: link to a hotplug handler associated with bus. */ struct BusState { Object obj;