Correct some comments

This commit is contained in:
Gregory Nutt 2016-07-15 13:13:53 -06:00
parent 7b298a828d
commit e7f0a56498
3 changed files with 3 additions and 3 deletions
arch
avr/src/common
hc/src/common
mips/src/common

@ -213,7 +213,7 @@ void up_initialize(void)
#endif
#ifdef CONFIG_ARCH_DMA
/* Initialize the DMA subsystem if the weak function stm32_dmainitialize has been
/* Initialize the DMA subsystem if the weak function up_dmainitialize has been
* brought into the build
*/

@ -139,7 +139,7 @@ void up_initialize(void)
#endif
#ifdef CONFIG_ARCH_DMA
/* Initialize the DMA subsystem if the weak function stm32_dmainitialize has been
/* Initialize the DMA subsystem if the weak function up_dmainitialize has been
* brought into the build
*/

@ -141,7 +141,7 @@ void up_initialize(void)
#endif
#ifdef CONFIG_ARCH_DMA
/* Initialize the DMA subsystem if the weak function stm32_dmainitialize has been
/* Initialize the DMA subsystem if the weak function up_dmainitialize has been
* brought into the build
*/