From 2f429ca4ad4b7843e2333c11f69db0c6abc99922 Mon Sep 17 00:00:00 2001 From: patacongo Date: Sat, 7 May 2011 19:22:15 +0000 Subject: [PATCH] Mostly cosmetic changes from Uros git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3575 42af7a65-404d-4744-a932-0658087f49c3 --- arch/arm/src/stm32/stm32_flash.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/arch/arm/src/stm32/stm32_flash.c b/arch/arm/src/stm32/stm32_flash.c index 7c63ca2c17a..23481d788e2 100644 --- a/arch/arm/src/stm32/stm32_flash.c +++ b/arch/arm/src/stm32/stm32_flash.c @@ -37,12 +37,12 @@ * \author Uros Platise * \brief STM32 Flash - Program and Data Memory * - * Provides standard flash access function, to be used also by the + * Provides standard flash access functions, to be used also by the * drivers/mtd/progmem.c program memory flash mtd driver. - * The interface is to be defined in the include/nuttx/progmem.h + * The interface is defined in the include/nuttx/progmem.h * - * Requirements: - * - During write/erase operatoins on FLASH, HSI must be ON. + * Requirements during write/erase operations on FLASH: + * - HSI must be ON. * - Low Power Modes are not permitted during write/erase */