From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:39292) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tb3E2-00013J-T5 for qemu-devel@nongnu.org; Wed, 21 Nov 2012 00:51:57 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Tb3E1-0000cZ-Ll for qemu-devel@nongnu.org; Wed, 21 Nov 2012 00:51:54 -0500 Received: from mx1.redhat.com ([209.132.183.28]:25340) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tb3E1-0000cV-Dg for qemu-devel@nongnu.org; Wed, 21 Nov 2012 00:51:53 -0500 Date: Wed, 21 Nov 2012 11:21:48 +0530 From: Amit Shah Message-ID: <20121121055148.GA3648@amit.redhat.com> References: <87wqxfk9xn.fsf@codemonkey.ws> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <87wqxfk9xn.fsf@codemonkey.ws> Subject: Re: [Qemu-devel] [PATCH 4/4] virtio-rng: fix typos, comments List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Anthony Liguori Cc: Paolo Bonzini , qemu list On (Tue) 20 Nov 2012 [19:43:16], Anthony Liguori wrote: > > * The backend does not need to pass the full amount of data to @receive_entropy > > - * but will pass at a value greater than 0. > > + * but will pass a a value greater than 0. > > Your typo fix has a typo. Woops, series re-sent. Amit