From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:55756) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S4Xjg-0003PW-6R for qemu-devel@nongnu.org; Mon, 05 Mar 2012 08:14:02 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1S4XjJ-00078O-7c for qemu-devel@nongnu.org; Mon, 05 Mar 2012 08:13:55 -0500 Received: from mx1.redhat.com ([209.132.183.28]:28371) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S4XjI-00078F-VH for qemu-devel@nongnu.org; Mon, 05 Mar 2012 08:13:33 -0500 Received: from int-mx12.intmail.prod.int.phx2.redhat.com (int-mx12.intmail.prod.int.phx2.redhat.com [10.5.11.25]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id q25DDVpT021354 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Mon, 5 Mar 2012 08:13:31 -0500 From: Alon Levy Date: Mon, 5 Mar 2012 15:13:28 +0200 Message-Id: <1330953208-25147-2-git-send-email-alevy@redhat.com> In-Reply-To: <1330953208-25147-1-git-send-email-alevy@redhat.com> References: <1330953208-25147-1-git-send-email-alevy@redhat.com> Subject: [Qemu-devel] [PATCH v2 2/2] qapi-schema.json: fix comment for type ObjectPropretyInfo List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org, lcapitulino@redhat.com Signed-off-by: Alon Levy --- qapi-schema.json | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/qapi-schema.json b/qapi-schema.json index 93ee2a4..dd9e0e5 100644 --- a/qapi-schema.json +++ b/qapi-schema.json @@ -1256,7 +1256,7 @@ { 'command': 'migrate_set_speed', 'data': {'value': 'int'} } ## -# @DevicePropertyInfo: +# @ObjectPropertyInfo: # # @name: the name of the property # -- 1.7.9.1