qemu-trivial.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-trivial] [PATCH 1/3] object.h: spelling fix
@ 2016-12-12 17:31 Marc-André Lureau
  2016-12-12 17:31 ` [Qemu-trivial] [PATCH 2/3] object.h: improve OBJECT/OBJECT_CLASS doc Marc-André Lureau
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Marc-André Lureau @ 2016-12-12 17:31 UTC (permalink / raw)
  To: qemu-devel; +Cc: qemu-trivial, Marc-André Lureau

Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
---
 include/qom/object.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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
-- 
2.11.0



^ permalink raw reply related	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2017-01-12 15:38 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-12-12 17:31 [Qemu-trivial] [PATCH 1/3] object.h: spelling fix Marc-André Lureau
2016-12-12 17:31 ` [Qemu-trivial] [PATCH 2/3] object.h: improve OBJECT/OBJECT_CLASS doc Marc-André Lureau
2017-01-12 10:46   ` Michael Tokarev
2017-01-12 11:18     ` [Qemu-trivial] [Qemu-devel] " Peter Maydell
2016-12-12 17:31 ` [Qemu-trivial] [PATCH 3/3] object: make some funcs static Marc-André Lureau
2017-01-12 10:48   ` Michael Tokarev
2017-01-12 15:38     ` Paolo Bonzini
2017-01-12 10:43 ` [Qemu-trivial] [PATCH 1/3] object.h: spelling fix Michael Tokarev

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).