mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-05 08:43:55 -06: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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue