From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1bKfgZ-0007ZH-Hh for mharc-qemu-trivial@gnu.org; Wed, 06 Jul 2016 01:47:47 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:55579) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bKfgX-0007Wm-Se for qemu-trivial@nongnu.org; Wed, 06 Jul 2016 01:47:46 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bKfgW-0006x4-26 for qemu-trivial@nongnu.org; Wed, 06 Jul 2016 01:47:44 -0400 Received: from [59.151.112.132] (port=5503 helo=heian.cn.fujitsu.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bKfgP-0006uA-Fq; Wed, 06 Jul 2016 01:47:38 -0400 X-IronPort-AV: E=Sophos;i="5.22,518,1449504000"; d="scan'208";a="8405024" Received: from unknown (HELO cn.fujitsu.com) ([10.167.33.5]) by heian.cn.fujitsu.com with ESMTP; 06 Jul 2016 13:47:33 +0800 Received: from G08CNEXCHPEKD03.g08.fujitsu.local (unknown [10.167.33.85]) by cn.fujitsu.com (Postfix) with ESMTP id B2ECF41C0BBD; Wed, 6 Jul 2016 13:47:32 +0800 (CST) Received: from [10.167.225.55] (10.167.225.55) by G08CNEXCHPEKD03.g08.fujitsu.local (10.167.33.89) with Microsoft SMTP Server id 14.3.279.2; Wed, 6 Jul 2016 13:47:32 +0800 Message-ID: <577C9CA0.8050505@cn.fujitsu.com> Date: Wed, 6 Jul 2016 13:52:32 +0800 From: Changlong Xie User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0 MIME-Version: 1.0 To: qemu trival , =?UTF-8?B?QW5kcmVhcyBGw6RyYmVy?= , qemu devel 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 X-Originating-IP: [10.167.225.55] X-yoursite-MailScanner-ID: B2ECF41C0BBD.AB464 X-yoursite-MailScanner: Found to be clean X-yoursite-MailScanner-From: xiecl.fnst@cn.fujitsu.com X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 59.151.112.132 Subject: Re: [Qemu-trivial] [PATCH] qom/object: fix comment typo X-BeenThere: qemu-trivial@nongnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Jul 2016 05:47:46 -0000 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 >