diff options
| author | Eduardo Habkost <ehabkost@redhat.com> | 2014-08-08 16:03:26 -0300 |
|---|---|---|
| committer | Michael S. Tsirkin <mst@redhat.com> | 2014-09-14 21:32:16 +0300 |
| commit | 70e98b230fa58d7da22bd6c45b206fc58e9908c2 (patch) | |
| tree | ed422c83d1b33e752273188b50bf94deda517410 | |
| parent | 556068eed04b7f11187aabd89b981552d8d0c30e (diff) | |
| download | focaccia-qemu-70e98b230fa58d7da22bd6c45b206fc58e9908c2.tar.gz focaccia-qemu-70e98b230fa58d7da22bd6c45b206fc58e9908c2.zip | |
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>
| -rw-r--r-- | tests/test-qdev-global-props.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test-qdev-global-props.c b/tests/test-qdev-global-props.c index 2bef04c76f..e1a1317dd9 100644 --- a/tests/test-qdev-global-props.c +++ b/tests/test-qdev-global-props.c @@ -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; |