aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/ports/STM32/LLD/SPIv1
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2014-11-02 15:24:30 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2014-11-02 15:24:30 +0000
commita94bfc5f713ee3b7659c53458b61f40ff39dc660 (patch)
tree59f7112dc401c17d9d70509259fa64f3e327fa52 /os/hal/ports/STM32/LLD/SPIv1
parent359413415a20db40244a23794b8aef2d979254fc (diff)
downloadChibiOS-a94bfc5f713ee3b7659c53458b61f40ff39dc660.tar.gz
ChibiOS-a94bfc5f713ee3b7659c53458b61f40ff39dc660.tar.bz2
ChibiOS-a94bfc5f713ee3b7659c53458b61f40ff39dc660.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7461 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/ports/STM32/LLD/SPIv1')
-rw-r--r--os/hal/ports/STM32/LLD/SPIv1/spi_lld.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/os/hal/ports/STM32/LLD/SPIv1/spi_lld.h b/os/hal/ports/STM32/LLD/SPIv1/spi_lld.h
index d4159a9a0..72a7c83de 100644
--- a/os/hal/ports/STM32/LLD/SPIv1/spi_lld.h
+++ b/os/hal/ports/STM32/LLD/SPIv1/spi_lld.h
@@ -437,7 +437,7 @@ typedef struct {
} SPIConfig;
/**
- * @brief Structure representing a SPI driver.
+ * @brief Structure representing an SPI driver.
*/
struct SPIDriver {
/**