diff options
| author | Li Qiang | 2018-10-30 16:16:37 +0100 |
|---|---|---|
| committer | Laurent Vivier | 2018-12-11 18:28:46 +0100 |
| commit | 27c6ef1b5857b1447f0a0f8da4bd7df3e1a7a637 (patch) | |
| tree | 4330d4a865f292358426f108997d5895794d8559 /include | |
| parent | Update version for v3.1.0 release (diff) | |
| download | qemu-27c6ef1b5857b1447f0a0f8da4bd7df3e1a7a637.tar.gz qemu-27c6ef1b5857b1447f0a0f8da4bd7df3e1a7a637.tar.xz qemu-27c6ef1b5857b1447f0a0f8da4bd7df3e1a7a637.zip | |
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>
Diffstat (limited to 'include')
| -rw-r--r-- | include/hw/qdev-core.h | 2 |
1 files changed, 1 insertions, 1 deletions
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; |
