From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:46576) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qa9hR-0004X2-I6 for qemu-devel@nongnu.org; Fri, 24 Jun 2011 12:57:46 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Qa9hP-0001Xn-Eq for qemu-devel@nongnu.org; Fri, 24 Jun 2011 12:57:45 -0400 Received: from mail-fx0-f45.google.com ([209.85.161.45]:58586) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qa9hO-0001W2-Tb for qemu-devel@nongnu.org; Fri, 24 Jun 2011 12:57:43 -0400 Received: by mail-fx0-f45.google.com with SMTP id 12so94462fxg.4 for ; Fri, 24 Jun 2011 09:57:42 -0700 (PDT) From: Stefan Hajnoczi Date: Fri, 24 Jun 2011 17:56:45 +0100 Message-Id: <1308934609-20824-10-git-send-email-stefanha@linux.vnet.ibm.com> In-Reply-To: <1308934609-20824-1-git-send-email-stefanha@linux.vnet.ibm.com> References: <1308934609-20824-1-git-send-email-stefanha@linux.vnet.ibm.com> Subject: [Qemu-devel] [PATCH 09/13] Fix comment typos in hw/armv7m.c List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Anthony Liguori , Stefan Hajnoczi , Matthew Fernandez From: Matthew Fernandez Fix a couple of typos in comments. Signed-off-by: Matthew Fernandez Acked-by: Stefan Weil Signed-off-by: Stefan Hajnoczi --- hw/armv7m.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/hw/armv7m.c b/hw/armv7m.c index 72d010a..83f3393 100644 --- a/hw/armv7m.c +++ b/hw/armv7m.c @@ -4,7 +4,7 @@ * Copyright (c) 2006-2007 CodeSourcery. * Written by Paul Brook * - * This code is licenced under the GPL. + * This code is licensed under the GPL. */ #include "sysbus.h" @@ -14,7 +14,7 @@ /* Bitbanded IO. Each word corresponds to a single bit. */ -/* Get the byte address of the real memory for a bitband acess. */ +/* Get the byte address of the real memory for a bitband access. */ static inline uint32_t bitband_addr(void * opaque, uint32_t addr) { uint32_t res; -- 1.7.5.4