From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:55853) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UJ12C-0000tk-0k for qemu-devel@nongnu.org; Fri, 22 Mar 2013 08:25:26 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UJ12A-000693-FG for qemu-devel@nongnu.org; Fri, 22 Mar 2013 08:25:23 -0400 Date: Fri, 22 Mar 2013 13:25:18 +0100 From: Stefan Hajnoczi Message-ID: <20130322122518.GD30604@stefanha-thinkpad.redhat.com> References: <1363627207-29224-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: <1363627207-29224-1-git-send-email-peter.maydell@linaro.org> Subject: Re: [Qemu-devel] [Qemu-trivial] [PATCH] Fix typos and misspellings List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: qemu-trivial@nongnu.org, Stefan Weil , qemu-devel@nongnu.org, patches@linaro.org On Mon, Mar 18, 2013 at 05:20:07PM +0000, Peter Maydell wrote: > Fix various typos and misspellings. The bulk of these were found with > codespell. > > Signed-off-by: Peter Maydell > --- > I noticed the PCI typo while reading the file so I figured I'd run codespell > on the tree while I was at it. (Oddly codespell doesn't complain about the > typos in pci_host.c.) > > docs/usb-storage.txt | 4 ++-- > hw/arm-misc.h | 2 +- > hw/pci/pci_host.c | 2 +- > hw/sdhci.c | 2 +- > include/qom/object.h | 2 +- > monitor.c | 8 ++++---- > net/tap.c | 2 +- > qemu-options.hx | 2 +- > qga/commands-posix.c | 2 +- > target-i386/translate.c | 2 +- > target-s390x/translate.c | 2 +- > 11 files changed, 15 insertions(+), 15 deletions(-) Thanks, applied to the trivial patches tree: https://github.com/stefanha/qemu/commits/trivial-patches Stefan