From: Matthew Fernandez Date: Thu, 23 Jun 2011 00:59:26 +0000 (+1000) Subject: Fix comment typos in hw/armv7m.c X-Git-Tag: qemu-xen-4.3.0-rc1~2636^2~4 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=2167f7bc289a90b043826961c2a3271298d51ef6;p=qemu-upstream-4.4-testing.git Fix comment typos in hw/armv7m.c Fix a couple of typos in comments. Signed-off-by: Matthew Fernandez Acked-by: Stefan Weil Signed-off-by: Stefan Hajnoczi --- diff --git a/hw/armv7m.c b/hw/armv7m.c index 72d010a63..83f3393ea 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;