From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:51294) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VePPX-0006md-OP for qemu-devel@nongnu.org; Thu, 07 Nov 2013 08:14:17 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VePPP-00067k-7f for qemu-devel@nongnu.org; Thu, 07 Nov 2013 08:14:11 -0500 Received: from mx1.redhat.com ([209.132.183.28]:34973) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VePPO-00067P-Vs for qemu-devel@nongnu.org; Thu, 07 Nov 2013 08:14:03 -0500 From: Stefan Hajnoczi Date: Thu, 7 Nov 2013 14:12:09 +0100 Message-Id: <1383829964-32364-2-git-send-email-stefanha@redhat.com> In-Reply-To: <1383829964-32364-1-git-send-email-stefanha@redhat.com> References: <1383829964-32364-1-git-send-email-stefanha@redhat.com> Subject: [Qemu-devel] [PULL 01/36] qapi: Fix comment for create-type to match code. List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Fam Zheng , Stefan Hajnoczi , Anthony Liguori From: Fam Zheng Signed-off-by: Fam Zheng Reviewed-by: Eric Blake Signed-off-by: Stefan Hajnoczi --- qapi-schema.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qapi-schema.json b/qapi-schema.json index 81a375b..76c98a7 100644 --- a/qapi-schema.json +++ b/qapi-schema.json @@ -227,7 +227,7 @@ ## # @ImageInfoSpecificVmdk: # -# @create_type: The create type of VMDK image +# @create-type: The create type of VMDK image # # @cid: Content id of image # -- 1.8.3.1