Fix comment typos in hw/armv7m.c

Fix a couple of typos in comments.

Signed-off-by: Matthew Fernandez <matthew.fernandez@gmail.com>
Acked-by: Stefan Weil <weil@mail.berlios.de>
Signed-off-by: Stefan Hajnoczi <stefanha@linux.vnet.ibm.com>
master
Matthew Fernandez 2011-06-23 10:59:26 +10:00 committed by Stefan Hajnoczi
parent d6eec7a2bf
commit 2167f7bc28
1 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@
* Copyright (c) 2006-2007 CodeSourcery. * Copyright (c) 2006-2007 CodeSourcery.
* Written by Paul Brook * Written by Paul Brook
* *
* This code is licenced under the GPL. * This code is licensed under the GPL.
*/ */
#include "sysbus.h" #include "sysbus.h"
@ -14,7 +14,7 @@
/* Bitbanded IO. Each word corresponds to a single bit. */ /* 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) static inline uint32_t bitband_addr(void * opaque, uint32_t addr)
{ {
uint32_t res; uint32_t res;