From f5a3976c393fffdc95627f27d4c49136fa9ec8ca Mon Sep 17 00:00:00 2001 From: gdisirio Date: Mon, 26 Mar 2012 09:13:37 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4055 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/hal/platforms/STM32F1xx/platform.dox | 2 +- os/hal/platforms/STM32F1xx/stm32_dma.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'os/hal/platforms/STM32F1xx') diff --git a/os/hal/platforms/STM32F1xx/platform.dox b/os/hal/platforms/STM32F1xx/platform.dox index c9e9bf1a3..0dc3a988b 100644 --- a/os/hal/platforms/STM32F1xx/platform.dox +++ b/os/hal/platforms/STM32F1xx/platform.dox @@ -388,7 +388,7 @@ * @section stm32f1xx_rcc_2 STM32F1xx RCC driver implementation features * - Peripherals reset. * - Peripherals clock enable. - * - Periplerals clock disable. + * - Peripherals clock disable. * . * @ingroup STM32F1xx_PLATFORM_DRIVERS */ diff --git a/os/hal/platforms/STM32F1xx/stm32_dma.c b/os/hal/platforms/STM32F1xx/stm32_dma.c index 59987cd82..8e0622218 100644 --- a/os/hal/platforms/STM32F1xx/stm32_dma.c +++ b/os/hal/platforms/STM32F1xx/stm32_dma.c @@ -29,7 +29,7 @@ * drivers to coordinate the access to the resource. * @note The DMA ISR handlers are all declared into this module because * sharing, the various device drivers can associate a callback to - * IRSs when allocating streams. + * ISRs when allocating streams. * @{ */ -- cgit v1.2.3