From 27c6ef1b5857b1447f0a0f8da4bd7df3e1a7a637 Mon Sep 17 00:00:00 2001 From: Li Qiang Date: Tue, 30 Oct 2018 08:16:37 -0700 Subject: [PATCH] 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 --- include/hw/qdev-core.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.11.4.GIT