summaryrefslogtreecommitdiff
path: root/digital/avr/modules/flash/flash.h
diff options
context:
space:
mode:
authorNélio Laranjeiro2008-06-13 16:08:05 +0200
committerNélio Laranjeiro2008-06-13 16:08:05 +0200
commitc662970815a8f4a55db9b3ef670a6a75121f3905 (patch)
tree71b230a55e4499d50d56c352c88cbdf3d6e1068e /digital/avr/modules/flash/flash.h
parent798349351c556019730961c9a561a5839ee68034 (diff)
flash: Correct some typing errors.
Diffstat (limited to 'digital/avr/modules/flash/flash.h')
-rw-r--r--digital/avr/modules/flash/flash.h6
1 files changed, 3 insertions, 3 deletions
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.
*/