]> git.proxmox.com Git - mirror_qemu.git/commitdiff
hw: qdev: fix error in comment
authorLi Qiang <liq3ea@163.com>
Tue, 30 Oct 2018 15:16:37 +0000 (08:16 -0700)
committerLaurent Vivier <laurent@vivier.eu>
Tue, 11 Dec 2018 17:28:46 +0000 (18:28 +0100)
Cc: qemu-trivial@nongnu.org
Signed-off-by: Li Qiang <liq3ea@163.com>
Reviewed-by: Laurent Vivier <laurent@vivier.eu>
Message-Id: <20181030151637.37207-1-liq3ea@163.com>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
include/hw/qdev-core.h

index a24d0dd566e38e372e24ddca2fe4bffe52f97626..92851e55dfa9009f652ecea6a09facec9a0e15b9 100644 (file)
@@ -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;