diff options
author | Stefan Weil | 2011-12-10 00:19:44 +0100 |
---|---|---|
committer | Stefan Hajnoczi | 2011-12-14 12:09:12 +0100 |
commit | 26404edcce09267f15aa723d1ea0a2761e91048f (patch) | |
tree | 4f999198eb9cb3f1e5c04de624658aa19273d6f5 /hw/ssd0303.c | |
parent | hw: Fix spelling (licenced->licensed) (diff) | |
download | qemu-26404edcce09267f15aa723d1ea0a2761e91048f.tar.gz qemu-26404edcce09267f15aa723d1ea0a2761e91048f.tar.xz qemu-26404edcce09267f15aa723d1ea0a2761e91048f.zip |
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.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/ssd0303.c b/hw/ssd0303.c index 401fdf592a..bcad7bf922 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. */ |