summaryrefslogtreecommitdiffstats
path: root/hw/ssd0303.c
diff options
context:
space:
mode:
authorStefan Weil <sw@weilnetz.de>2011-12-10 00:19:44 +0100
committerStefan Hajnoczi <stefanha@linux.vnet.ibm.com>2011-12-14 11:09:12 +0000
commit26404edcce09267f15aa723d1ea0a2761e91048f (patch)
tree4f999198eb9cb3f1e5c04de624658aa19273d6f5 /hw/ssd0303.c
parent4d8db4e4a0280fcdc930b6709f1bf8fc2aa0404e (diff)
downloadhqemu-26404edcce09267f15aa723d1ea0a2761e91048f.zip
hqemu-26404edcce09267f15aa723d1ea0a2761e91048f.tar.gz
hw: Fix spelling in comments
adress->address advertisment->advertisement begining->beginning bondary->boundary controler->controller controll->control convertion->conversion doesnt->doesn't existant->existent instuction->instruction loosing->losing managment->management multipled->multiplied negotation->negotiation runing->running teh->the unchangable->unchangeable writen->written yeild->yield Signed-off-by: Stefan Weil <sw@weilnetz.de> Signed-off-by: Stefan Hajnoczi <stefanha@linux.vnet.ibm.com>
Diffstat (limited to 'hw/ssd0303.c')
-rw-r--r--hw/ssd0303.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/ssd0303.c b/hw/ssd0303.c
index 401fdf5..bcad7bf 100644
--- a/hw/ssd0303.c
+++ b/hw/ssd0303.c
@@ -123,7 +123,7 @@ static int ssd0303_send(i2c_slave *i2c, uint8_t data)
case 0xa7: /* Inverse on. */
s->inverse = 1;
break;
- case 0xa8: /* Set multipled ratio (Ignored). */
+ case 0xa8: /* Set multiplied ratio (Ignored). */
s->cmd_state = SSD0303_CMD_SKIP1;
break;
case 0xad: /* DC-DC power control. */
OpenPOWER on IntegriCloud