From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:55566) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bKfgS-0007S3-O1 for qemu-devel@nongnu.org; Wed, 06 Jul 2016 01:47:43 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bKfgQ-0006vX-GU for qemu-devel@nongnu.org; Wed, 06 Jul 2016 01:47:39 -0400 Message-ID: <577C9CA0.8050505@cn.fujitsu.com> Date: Wed, 6 Jul 2016 13:52:32 +0800 From: Changlong Xie MIME-Version: 1.0 References: <1465889269-7226-1-git-send-email-xiecl.fnst@cn.fujitsu.com> In-Reply-To: <1465889269-7226-1-git-send-email-xiecl.fnst@cn.fujitsu.com> Content-Type: text/plain; charset="utf-8"; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] qom/object: fix comment typo List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu trival , =?UTF-8?B?QW5kcmVhcyBGw6RyYmVy?= , qemu devel Would any maintainer pick this one? On 06/14/2016 03:27 PM, Changlong Xie wrote: > Signed-off-by: Changlong Xie > --- > 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 99de539..925c279 100644 > --- a/include/qom/object.h > +++ b/include/qom/object.h > @@ -901,7 +901,7 @@ GSList *object_class_get_list(const char *implements_type, > void object_ref(Object *obj); > > /** > - * qdef_unref: > + * object_unref: > * @obj: the object > * > * Decrease the reference count of a object. A object cannot be freed as long >