summaryrefslogtreecommitdiffstats
path: root/src/target/firmware/calypso/i2c.c
diff options
context:
space:
mode:
authorThomas Waldmann2011-01-11 19:38:59 +0100
committerSteve Markgraf2011-01-11 19:53:56 +0100
commitbe9ea273b38167c00ca1e392c60eb794178232d5 (patch)
treed5c07e31007b516b05ca06080067fe0e444d1bc5 /src/target/firmware/calypso/i2c.c
parentdocumentation: fix some typos (diff)
downloadosmocom-be9ea273b38167c00ca1e392c60eb794178232d5.tar.gz
osmocom-be9ea273b38167c00ca1e392c60eb794178232d5.tar.xz
osmocom-be9ea273b38167c00ca1e392c60eb794178232d5.zip
fixed typos in comments
Signed-off-by: Steve Markgraf <steve@steve-m.de>
Diffstat (limited to 'src/target/firmware/calypso/i2c.c')
-rw-r--r--src/target/firmware/calypso/i2c.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/target/firmware/calypso/i2c.c b/src/target/firmware/calypso/i2c.c
index 2231990..344424d 100644
--- a/src/target/firmware/calypso/i2c.c
+++ b/src/target/firmware/calypso/i2c.c
@@ -72,7 +72,7 @@ int i2c_write(uint8_t chip, uint32_t addr, int alen, const uint8_t *buffer, int
writeb(chip & 0x3f, I2C_REG(DEVICE_REG));
writeb(addr & 0xff, I2C_REG(ADDRESS_REG));
- /* we have to tell the controler how many bits we'll put into the fifo ?!? */
+ /* we have to tell the controller how many bits we'll put into the fifo ?!? */
writeb(len-1, I2C_REG(CONF_FIFO_REG));
/* fill the FIFO */