aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/src/i2c.c
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2013-11-26 08:11:38 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2013-11-26 08:11:38 +0000
commitff8d0f326cea945049dd084ac0d3599efb9e908d (patch)
tree14692a778a692e2a0b6eee51ec208c7bb8e01382 /os/hal/src/i2c.c
parent33e06a62862f9343d8d448dccbed007812868355 (diff)
downloadChibiOS-ff8d0f326cea945049dd084ac0d3599efb9e908d.tar.gz
ChibiOS-ff8d0f326cea945049dd084ac0d3599efb9e908d.tar.bz2
ChibiOS-ff8d0f326cea945049dd084ac0d3599efb9e908d.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@6509 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/src/i2c.c')
-rw-r--r--os/hal/src/i2c.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/os/hal/src/i2c.c b/os/hal/src/i2c.c
index 78519cc35..5ec7c284b 100644
--- a/os/hal/src/i2c.c
+++ b/os/hal/src/i2c.c
@@ -257,7 +257,7 @@ msg_t i2cMasterReceiveTimeout(I2CDriver *i2cp,
#if I2C_USE_MUTUAL_EXCLUSION || defined(__DOXYGEN__)
/**
* @brief Gains exclusive access to the I2C bus.
- * @details This function tries to gain ownership to the SPI bus, if the bus
+ * @details This function tries to gain ownership to the I2C bus, if the bus
* is already being used then the invoking thread is queued.
* @pre In order to use this function the option @p I2C_USE_MUTUAL_EXCLUSION
* must be enabled.