Skip to content
Snippets Groups Projects
Commit 2167f7bc authored by Matthew Fernandez's avatar Matthew Fernandez Committed by Stefan Hajnoczi
Browse files

Fix comment typos in hw/armv7m.c


Fix a couple of typos in comments.

Signed-off-by: default avatarMatthew Fernandez <matthew.fernandez@gmail.com>
Acked-by: default avatarStefan Weil <weil@mail.berlios.de>
Signed-off-by: default avatarStefan Hajnoczi <stefanha@linux.vnet.ibm.com>
parent d6eec7a2
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment