diff options
| author | Marc-André Lureau | 2016-12-12 18:31:49 +0100 |
|---|---|---|
| committer | Michael Tokarev | 2017-01-24 21:26:52 +0100 |
| commit | 39a1075a8b54aeb48a2d400f3d6ba5674e194fca (patch) | |
| tree | 526b08d27e2bc2ef918a04e5e23596b6549f8253 /include | |
| parent | usb: Fix typo in documentation (diff) | |
| download | qemu-39a1075a8b54aeb48a2d400f3d6ba5674e194fca.tar.gz qemu-39a1075a8b54aeb48a2d400f3d6ba5674e194fca.tar.xz qemu-39a1075a8b54aeb48a2d400f3d6ba5674e194fca.zip | |
object.h: spelling fix
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
Diffstat (limited to 'include')
| -rw-r--r-- | include/qom/object.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
