From: "Marc-André Lureau" <marcandre.lureau@redhat.com>
To: qemu-devel@nongnu.org
Cc: qemu-trivial@nongnu.org,
"Marc-André Lureau" <marcandre.lureau@redhat.com>
Subject: [Qemu-trivial] [PATCH 2/3] object.h: improve OBJECT/OBJECT_CLASS doc
Date: Mon, 12 Dec 2016 20:31:50 +0300 [thread overview]
Message-ID: <20161212173151.18092-2-marcandre.lureau@redhat.com> (raw)
In-Reply-To: <20161212173151.18092-1-marcandre.lureau@redhat.com>
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
---
include/qom/object.h | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/include/qom/object.h b/include/qom/object.h
index c5e6fc1f5d..c5456db05d 100644
--- a/include/qom/object.h
+++ b/include/qom/object.h
@@ -467,7 +467,7 @@ struct TypeInfo
* OBJECT:
* @obj: A derivative of #Object
*
- * Converts an object to a #Object. Since all objects are #Objects,
+ * Converts an object to a #Object. Since all objects are #Object,
* this function will always succeed.
*/
#define OBJECT(obj) \
@@ -477,8 +477,8 @@ struct TypeInfo
* OBJECT_CLASS:
* @class: A derivative of #ObjectClass.
*
- * Converts a class to an #ObjectClass. Since all objects are #Objects,
- * this function will always succeed.
+ * Converts a class to an #ObjectClass. Since all classes are
+ * #ObjectClass, this function will always succeed.
*/
#define OBJECT_CLASS(class) \
((ObjectClass *)(class))
--
2.11.0
next prev parent reply other threads:[~2016-12-12 18:02 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-12-12 17:31 [Qemu-trivial] [PATCH 1/3] object.h: spelling fix Marc-André Lureau
2016-12-12 17:31 ` Marc-André Lureau [this message]
2017-01-12 10:46 ` [Qemu-trivial] [PATCH 2/3] object.h: improve OBJECT/OBJECT_CLASS doc 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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20161212173151.18092-2-marcandre.lureau@redhat.com \
--to=marcandre.lureau@redhat.com \
--cc=qemu-devel@nongnu.org \
--cc=qemu-trivial@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).