mirror of
https://github.com/xemu-project/xemu.git
synced 2026-07-11 01:24:41 +02:00
qom/object: Fix typo in comment
Fix duplicate preposition in comment. Signed-off-by: Gustavo Romero <gustavo.romero@linaro.org> Reviewed-by: Thomas Huth <thuth@redhat.com> Reviewed-by: Michael Tokarev <mjt@tls.msk.ru> Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
This commit is contained in:
committed by
Michael Tokarev
parent
f6527ddff8
commit
6b9ef6f9a8
+1
-1
@@ -485,7 +485,7 @@ bool object_apply_global_props(Object *obj, const GPtrArray *props,
|
||||
* Slot 0: accelerator's global property defaults
|
||||
* Slot 1: machine's global property defaults
|
||||
* Slot 2: global properties from legacy command line option
|
||||
* Each is a GPtrArray of of GlobalProperty.
|
||||
* Each is a GPtrArray of GlobalProperty.
|
||||
* Applied in order, later entries override earlier ones.
|
||||
*/
|
||||
static GPtrArray *object_compat_props[3];
|
||||
|
||||
Reference in New Issue
Block a user