From 26404edcce09267f15aa723d1ea0a2761e91048f Mon Sep 17 00:00:00 2001 From: Stefan Weil Date: Sat, 10 Dec 2011 00:19:44 +0100 Subject: 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 Signed-off-by: Stefan Hajnoczi --- hw/ssd0303.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hw/ssd0303.c') 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. */ -- cgit v1.1