mirror of
https://github.com/qemu/qemu.git
synced 2024-11-24 11:23:43 +08:00
test-qdev-global-props: Trivial comment fix
Signed-off-by: Eduardo Habkost <ehabkost@redhat.com> Acked-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
This commit is contained in:
parent
556068eed0
commit
70e98b230f
@ -143,7 +143,7 @@ static const TypeInfo dynamic_prop_type = {
|
||||
.class_init = dynamic_class_init,
|
||||
};
|
||||
|
||||
/* Test setting of static property using global properties */
|
||||
/* Test setting of dynamic properties using global properties */
|
||||
static void test_dynamic_globalprop(void)
|
||||
{
|
||||
MyType *mt;
|
||||
|
Loading…
Reference in New Issue
Block a user