hw: qdev: fix error in comment

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>
This commit is contained in:
Li Qiang 2018-10-30 08:16:37 -07:00 committed by Laurent Vivier
parent 32a1a94dd3
commit 27c6ef1b58

View 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;