| Submitter | Stefan Hajnoczi |
|---|---|
| Date | June 24, 2011, 4:56 p.m. |
| Message ID | <1308934609-20824-10-git-send-email-stefanha@linux.vnet.ibm.com> |
| Download | mbox | patch |
| Permalink | /patch/101866/ |
| State | New |
| Headers | show |
Comments
Patch
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;