qemu-trivial
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-trivial] [Qemu-devel] [PATCH trivial] Fix comment typos in hw/


From: Andreas Färber
Subject: Re: [Qemu-trivial] [Qemu-devel] [PATCH trivial] Fix comment typos in hw/armv7m.c
Date: Thu, 23 Jun 2011 12:22:21 +0200

Am 23.06.2011 um 02:59 schrieb Matthew Fernandez:

Fix a couple of typos in comments.

Signed-off-by: Matthew Fernandez <address@hidden>
----
This patch doesn't touch any code and should (hopefully) not be
controversial. There doesn't seem to be a maintainer for this file,
but changes are trivial.


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.

Nack. Licence is British English, license American English. It's not wrong.

 */

#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.  */

This one's okay.

Andreas

static inline uint32_t bitband_addr(void * opaque, uint32_t addr)
{
    uint32_t res;





reply via email to

[Prev in Thread] Current Thread [Next in Thread]