From: Marc-André Lureau Date: Mon, 12 Dec 2016 17:31:49 +0000 (+0300) Subject: object.h: spelling fix X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=39a1075a8b54aeb48a2d400f3d6ba5674e194fca;p=qmiga%2Fqemu.git object.h: spelling fix Signed-off-by: Marc-André Lureau Signed-off-by: Michael Tokarev --- diff --git a/include/qom/object.h b/include/qom/object.h index 5ecc2d166d..c5e6fc1f5d 100644 --- a/include/qom/object.h +++ b/include/qom/object.h @@ -432,7 +432,7 @@ struct Object * @class_base_init: This function is called for all base classes after all * parent class initialization has occurred, but before the class itself * is initialized. This is the function to use to undo the effects of - * memcpy from the parent class to the descendents. + * memcpy from the parent class to the descendants. * @class_finalize: This function is called during class destruction and is * meant to release and dynamic parameters allocated by @class_init. * @class_data: Data to pass to the @class_init, @class_base_init and