aboutsummaryrefslogtreecommitdiffstats
path: root/hw
diff options
context:
space:
mode:
authorSeongJae Park <sj38.park@gmail.com>2012-03-01 15:54:47 +0900
committerSeongJae Park <sj38.park@gmail.com>2012-03-01 15:54:47 +0900
commit71bc069784aa4e4e78a83f03d73622f3d4af6250 (patch)
treefb0d2c8af061bc002b167e6bd3825f9da7f20978 /hw
parentbf45fc2a26358b7ec52cb17bb9d6ed67d6483b01 (diff)
downloadexternal_qemu-71bc069784aa4e4e78a83f03d73622f3d4af6250.zip
external_qemu-71bc069784aa4e4e78a83f03d73622f3d4af6250.tar.gz
external_qemu-71bc069784aa4e4e78a83f03d73622f3d4af6250.tar.bz2
Corrects typo on comment.
Change-Id: I34e8e71f6ca03d58676ac350d6558fec32e6e448 Signed-off-by: SeongJae Park <sj38.park@gmail.com>
Diffstat (limited to 'hw')
-rw-r--r--hw/goldfish_events_device.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/goldfish_events_device.c b/hw/goldfish_events_device.c
index a5b2a21..3c33b46 100644
--- a/hw/goldfish_events_device.c
+++ b/hw/goldfish_events_device.c
@@ -474,7 +474,7 @@ void events_dev_init(uint32_t base, qemu_irq irq)
/* configure EV_SW array
*
- * EW_SW events are sent to indicate that the keyboard lid
+ * EV_SW events are sent to indicate that the keyboard lid
* was closed or opened (done when we switch layouts through
* KP-7 or KP-9).
*