qdev: Fix two typos
authorMaxim Levitsky <mlevitsk@redhat.com>
Mon, 19 Oct 2020 16:36:59 +0000 (19:36 +0300)
committerLaurent Vivier <laurent@vivier.eu>
Tue, 27 Oct 2020 15:48:50 +0000 (16:48 +0100)
Signed-off-by: Maxim Levitsky <mlevitsk@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Message-Id: <20201019163702.471239-2-mlevitsk@redhat.com>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
include/hw/qdev-core.h

index 868973319eeaac23fe572de3ee088da55d68791f..37611868045bc0fcb531a52187f6303e96c11f54 100644 (file)
@@ -163,8 +163,8 @@ struct NamedClockList {
 /**
  * DeviceState:
  * @realized: Indicates whether the device has been fully constructed.
- *            When accessed outsize big qemu lock, must be accessed with
- *            atomic_load_acquire()
+ *            When accessed outside big qemu lock, must be accessed with
+ *            qatomic_load_acquire()
  * @reset: ResettableState for the device; handled by Resettable interface.
  *
  * This structure should not be accessed directly.  We declare it here