From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:60461) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T7AHZ-0001ma-EZ for qemu-devel@nongnu.org; Thu, 30 Aug 2012 15:20:02 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1T7AHY-0006rU-2n for qemu-devel@nongnu.org; Thu, 30 Aug 2012 15:20:01 -0400 Date: Thu, 30 Aug 2012 16:20:43 -0300 From: Luiz Capitulino Message-ID: <20120830162043.140f8bcc@doriath.home> In-Reply-To: <1345698866-19794-6-git-send-email-lilei@linux.vnet.ibm.com> References: <1345698866-19794-1-git-send-email-lilei@linux.vnet.ibm.com> <1345698866-19794-6-git-send-email-lilei@linux.vnet.ibm.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 5/6] Fix enumeration typo error List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Lei Li Cc: qemu-trivial@nongnu.org, aliguori@us.ibm.com, eblake@redhat.com, qemu-devel@nongnu.org On Thu, 23 Aug 2012 13:14:25 +0800 Lei Li wrote: > Signed-off-by: Lei Li Reviewed-by: Luiz Capitulino PS: CC'ing qemu-trivial as per Eric's suggestion. > --- > qapi-schema-guest.json | 2 +- > qapi-schema.json | 4 ++-- > 2 files changed, 3 insertions(+), 3 deletions(-) > > diff --git a/qapi-schema-guest.json b/qapi-schema-guest.json > index d955cf1..ed0eb69 100644 > --- a/qapi-schema-guest.json > +++ b/qapi-schema-guest.json > @@ -293,7 +293,7 @@ > ## > # @GuestFsFreezeStatus > # > -# An enumation of filesystem freeze states > +# An enumeration of filesystem freeze states > # > # @thawed: filesystems thawed/unfrozen > # > diff --git a/qapi-schema.json b/qapi-schema.json > index 1346bcc..8e13a05 100644 > --- a/qapi-schema.json > +++ b/qapi-schema.json > @@ -118,7 +118,7 @@ > ## > # @RunState > # > -# An enumation of VM run states. > +# An enumeration of VM run states. > # > # @debug: QEMU is running on a debugger > # > @@ -836,7 +836,7 @@ > ## > # @SpiceQueryMouseMode > # > -# An enumation of Spice mouse states. > +# An enumeration of Spice mouse states. > # > # @client: Mouse cursor position is determined by the client. > #