From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:47350) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UQcLh-0003I9-4Y for qemu-devel@nongnu.org; Fri, 12 Apr 2013 07:41:01 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UQcLf-00051i-Tg for qemu-devel@nongnu.org; Fri, 12 Apr 2013 07:40:57 -0400 Date: Fri, 12 Apr 2013 13:40:51 +0200 From: Stefan Hajnoczi Message-ID: <20130412114051.GG9747@stefanha-thinkpad.redhat.com> References: <1365438972-20259-1-git-send-email-peter.maydell@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1365438972-20259-1-git-send-email-peter.maydell@linaro.org> Subject: Re: [Qemu-devel] [Qemu-trivial] [PATCH] Typo, spelling and grammatical fixes List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: qemu-trivial@nongnu.org, qemu-devel@nongnu.org, patches@linaro.org On Mon, Apr 08, 2013 at 05:36:12PM +0100, Peter Maydell wrote: > Minor fixes to documentation and code comments, including > a set of lets-vs-let's corrections. > > Signed-off-by: Peter Maydell > --- > docs/bootindex.txt | 10 +++++----- > docs/ccid.txt | 2 +- > hw/armv7m_nvic.c | 2 +- > hw/s390x/s390-virtio-ccw.c | 2 +- > hw/s390x/s390-virtio.c | 2 +- > hw/sd.c | 4 ++-- > hw/virtio-blk.c | 4 ++-- > target-microblaze/mmu.c | 2 +- > target-s390x/mem_helper.c | 8 ++++---- > 9 files changed, 18 insertions(+), 18 deletions(-) Great, I just noticed you already sent a v2! Thank you, Stefan