test-qdev-global-props: Trivial comment fix
authorEduardo Habkost <ehabkost@redhat.com>
Fri, 8 Aug 2014 19:03:26 +0000 (16:03 -0300)
committerMichael S. Tsirkin <mst@redhat.com>
Sun, 14 Sep 2014 18:32:16 +0000 (21:32 +0300)
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>
tests/test-qdev-global-props.c

index 2bef04c..e1a1317 100644 (file)
@@ -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;