Fixed typo.

git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/stable_2.0.x@2241 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
gdisirio 2010-10-10 14:28:06 +00:00
parent 6dd736b557
commit d51fa80040
1 changed files with 1 additions and 1 deletions

View File

@ -196,7 +196,7 @@ void spiExchange(SPIDriver *spip, size_t n, const void *txbuf, void *rxbuf) {
}
/**
* @brief Sends data ever the SPI bus.
* @brief Sends data over the SPI bus.
* @note The buffers are organized as uint8_t arrays for data sizes below
* or equal to 8 bits else it is organized as uint16_t arrays.
*