From c662970815a8f4a55db9b3ef670a6a75121f3905 Mon Sep 17 00:00:00 2001 From: NĂ©lio Laranjeiro Date: Fri, 13 Jun 2008 16:08:05 +0200 Subject: flash: Correct some typing errors. --- digital/avr/modules/flash/flash.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'digital/avr/modules/flash/flash.h') diff --git a/digital/avr/modules/flash/flash.h b/digital/avr/modules/flash/flash.h index ed94ec09..b44b055b 100644 --- a/digital/avr/modules/flash/flash.h +++ b/digital/avr/modules/flash/flash.h @@ -112,8 +112,8 @@ flash_status_aai (void) return flash_read_status () >> 6; } -/** Initialise the flsah memory. - * \return the flash context usefull to access to the addr for debug. +/** Initialise the flash memory. + * \return the flash context useful to access to the addr for debug. */ flash_t * flash_init (void); @@ -133,7 +133,7 @@ flash_read (uint32_t addr); /** Read a data from the flash memory from the address provided and for a * length of the number of bytes provided. - * \param address at wich the data should be read. + * \param address at which the data should be read. * \param buffer the buffer to fill with the read data. * \param length the length of the data to read. */ -- cgit v1.2.3