qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PATCH 09/13] Fix comment typos in hw/armv7m.c


From: Stefan Hajnoczi
Subject: [Qemu-devel] [PATCH 09/13] Fix comment typos in hw/armv7m.c
Date: Fri, 24 Jun 2011 17:56:45 +0100

From: Matthew Fernandez <address@hidden>

Fix a couple of typos in comments.

Signed-off-by: Matthew Fernandez <address@hidden>
Acked-by: Stefan Weil <address@hidden>
Signed-off-by: Stefan Hajnoczi <address@hidden>
---
 hw/armv7m.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

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




reply via email to

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