aboutsummaryrefslogtreecommitdiff
path: root/include/libopencm3/lpc43xx/i2c.h
diff options
context:
space:
mode:
authorNicolas Schodet2012-09-02 17:15:13 +0200
committerNicolas Schodet2012-09-02 17:15:13 +0200
commit5ad8f26ede984cbf820707a11e1ddbc8ea52d06b (patch)
tree71a61a6b357636856722213b7e010837e67c2199 /include/libopencm3/lpc43xx/i2c.h
parent3aab6220d83d5b9fcd318e9d87225ff405cad783 (diff)
Fix comments typo
Diffstat (limited to 'include/libopencm3/lpc43xx/i2c.h')
-rw-r--r--include/libopencm3/lpc43xx/i2c.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/libopencm3/lpc43xx/i2c.h b/include/libopencm3/lpc43xx/i2c.h
index b163af8..29e797e 100644
--- a/include/libopencm3/lpc43xx/i2c.h
+++ b/include/libopencm3/lpc43xx/i2c.h
@@ -131,7 +131,7 @@
#define I2C_WRITE 0
#define I2C_READ 1
-/* --- I2C funtion prototypes----------------------------------------------- */
+/* --- I2C function prototypes --------------------------------------------- */
BEGIN_DECLS