summaryrefslogtreecommitdiffstats
path: root/hw/vga.c
diff options
context:
space:
mode:
authorths2007-06-03 15:35:16 +0200
committerths2007-06-03 15:35:16 +0200
commite91c8a778349982eb49fd319ab6506911e2d837e (patch)
tree4c12e093e72dc6147139463d31fba275f2e6dd03 /hw/vga.c
parentMCF5208 timer fix. (diff)
downloadqemu-e91c8a778349982eb49fd319ab6506911e2d837e.tar.gz
qemu-e91c8a778349982eb49fd319ab6506911e2d837e.tar.xz
qemu-e91c8a778349982eb49fd319ab6506911e2d837e.zip
Spelling fixes, by Stefan Weil.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2927 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'hw/vga.c')
-rw-r--r--hw/vga.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/vga.c b/hw/vga.c
index 9dbbfe2379..8661d00d35 100644
--- a/hw/vga.c
+++ b/hw/vga.c
@@ -346,7 +346,7 @@ static void vga_ioport_write(void *opaque, uint32_t addr, uint32_t val)
case 0x09:
case 0x0c:
case 0x0d:
- case 0x12: /* veritcal display end */
+ case 0x12: /* vertical display end */
s->cr[s->cr_index] = val;
break;
default: