From 66a0a2cb81fb9d0e4e372a21cb62c1d0d877b112 Mon Sep 17 00:00:00 2001 From: Dong Xu Wang Date: Tue, 29 Nov 2011 16:52:39 +0800 Subject: fix spelling in hw sub directory Correct obvious spelling errors in qemu/hw directory. Signed-off-by: Dong Xu Wang Signed-off-by: Stefan Hajnoczi --- hw/pl110.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hw/pl110.c') diff --git a/hw/pl110.c b/hw/pl110.c index 7aef8a4..cc1eb6d 100644 --- a/hw/pl110.c +++ b/hw/pl110.c @@ -358,7 +358,7 @@ static void pl110_write(void *opaque, target_phys_addr_t offset, int n; /* For simplicity invalidate the display whenever a control register - is writen to. */ + is written to. */ s->invalidate = 1; if (offset >= 0x200 && offset < 0x400) { /* Pallette. */ -- cgit v1.1