All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-trivial] [PATCH trivial] Fix comment typos in hw/armv7m.c
@ 2011-06-23  0:59 ` Matthew Fernandez
  0 siblings, 0 replies; 16+ messages in thread
From: Matthew Fernandez @ 2011-06-23  0:59 UTC (permalink / raw)
  To: qemu-devel; +Cc: qemu-trivial, paul

Fix a couple of typos in comments.

Signed-off-by: Matthew Fernandez <matthew.fernandez@gmail.com>
----
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.
  */

 #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;


^ permalink raw reply related	[flat|nested] 16+ messages in thread

end of thread, other threads:[~2011-06-23 14:42 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-06-23  0:59 [Qemu-trivial] [PATCH trivial] Fix comment typos in hw/armv7m.c Matthew Fernandez
2011-06-23  0:59 ` [Qemu-devel] " Matthew Fernandez
2011-06-23  5:22 ` [Qemu-trivial] " Stefan Weil
2011-06-23  5:22   ` Stefan Weil
2011-06-23  8:08   ` [Qemu-trivial] " Matthew Fernandez
2011-06-23  8:08     ` Matthew Fernandez
2011-06-23 14:42     ` [Qemu-trivial] " Stefan Weil
2011-06-23 14:42       ` Stefan Weil
2011-06-23 10:22 ` [Qemu-trivial] " Andreas Färber
2011-06-23 10:22   ` Andreas Färber
2011-06-23 10:35   ` [Qemu-trivial] " Matthew Fernandez
2011-06-23 10:35     ` Matthew Fernandez
2011-06-23 10:55     ` [Qemu-trivial] " Andreas Färber
2011-06-23 10:55       ` Andreas Färber
2011-06-23 13:34 ` [Qemu-trivial] " Stefan Hajnoczi
2011-06-23 13:34   ` Stefan Hajnoczi

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.