summaryrefslogtreecommitdiffstats
path: root/src/target/firmware/calypso/i2c.c
diff options
context:
space:
mode:
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 */