Commit 27c6ef1b authored by Li Qiang's avatar Li Qiang Committed by Laurent Vivier
Browse files

hw: qdev: fix error in comment



Cc: qemu-trivial@nongnu.org

Signed-off-by: default avatarLi Qiang <liq3ea@163.com>
Reviewed-by: default avatarLaurent Vivier <laurent@vivier.eu>
Message-Id: <20181030151637.37207-1-liq3ea@163.com>
Signed-off-by: default avatarLaurent Vivier <laurent@vivier.eu>
parent 32a1a94d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;