aboutsummaryrefslogtreecommitdiffstats
path: root/os
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2013-11-26 08:12:01 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2013-11-26 08:12:01 +0000
commitfc91e8bea11e9e24684f39d69cceda6c2e2dd2d0 (patch)
treebabd1c11bc0ed4f5b5f26e166fe1635c3492f414 /os
parent087e521ea9d282d4b94f22d9bb85eb16c5d1a685 (diff)
downloadChibiOS-fc91e8bea11e9e24684f39d69cceda6c2e2dd2d0.tar.gz
ChibiOS-fc91e8bea11e9e24684f39d69cceda6c2e2dd2d0.tar.bz2
ChibiOS-fc91e8bea11e9e24684f39d69cceda6c2e2dd2d0.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/kernel_3_dev@6511 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os')
-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 3e037332b..ba349457d 100644
--- a/os/hal/src/i2c.c
+++ b/os/hal/src/i2c.c
@@ -245,7 +245,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.