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>
/**
* 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