From d51fa800400d3e0c8d78b249aa66b3a7f267ba19 Mon Sep 17 00:00:00 2001 From: gdisirio Date: Sun, 10 Oct 2010 14:28:06 +0000 Subject: [PATCH] Fixed typo. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/stable_2.0.x@2241 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/hal/src/spi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/os/hal/src/spi.c b/os/hal/src/spi.c index 9a82867d1..1095a7e70 100644 --- a/os/hal/src/spi.c +++ b/os/hal/src/spi.c @@ -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. *