]> git.ipfire.org Git - thirdparty/qemu.git/commitdiff
qom: Fix object_initialize_with_type() argument name in documentation
authorAndreas Färber <afaerber@suse.de>
Fri, 23 Aug 2013 23:12:33 +0000 (01:12 +0200)
committerAndreas Färber <afaerber@suse.de>
Fri, 30 Aug 2013 18:14:38 +0000 (20:14 +0200)
@obj -> @data.

Reviewed-by: Wenchao Xia <xiawenc@linux.vnet.ibm.com>
Signed-off-by: Andreas Färber <afaerber@suse.de>
include/qom/object.h

index 48109dea74680e3c765cbe4247295a2bdde847b7..c463ceda5a3b1c2568b12c337e7cb3f08ddeec33 100644 (file)
@@ -585,7 +585,7 @@ Object *object_new_with_type(Type type);
 
 /**
  * object_initialize_with_type:
- * @obj: A pointer to the memory to be used for the object.
+ * @data: A pointer to the memory to be used for the object.
  * @type: The type of the object to instantiate.
  *
  * This function will initialize an object.  The memory for the object should