Commit 70e98b23 authored by Eduardo Habkost's avatar Eduardo Habkost Committed by Michael S. Tsirkin
Browse files

test-qdev-global-props: Trivial comment fix

parent 556068ee
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;