Little grammar fix.
authorqwert <qwert@38d2e660-2303-0410-9eaa-f027e97ec537>
Mon, 4 Aug 2008 15:03:31 +0000 (15:03 +0000)
committerqwert <qwert@38d2e660-2303-0410-9eaa-f027e97ec537>
Mon, 4 Aug 2008 15:03:31 +0000 (15:03 +0000)
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@1537 38d2e660-2303-0410-9eaa-f027e97ec537

bertos/cpu/avr/drv/flash_avr.c

index f7ee5b4af6998523a26f6b26689e4a590b118da6..cc5780a6d47583e1dead50854b5510d6c3b3cca5 100644 (file)
@@ -81,7 +81,7 @@ typedef uint16_t avr_page_addr_t;
  * Write current buffered page in flash memory (if modified).
  * This function erase flash memory page before writing.
  *
- * This function is only use internaly in this module.
+ * This function is only use internally in this module.
  */
 static void flash_avr_flush(KFileFlashAvr *fd)
 {