X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fcpu%2Favr%2Fdrv%2Fflash_avr.c;fp=bertos%2Fcpu%2Favr%2Fdrv%2Fflash_avr.c;h=cc5780a6d47583e1dead50854b5510d6c3b3cca5;hb=abce9f855444c620d52b4f5fdd25c3260de5bb15;hp=f7ee5b4af6998523a26f6b26689e4a590b118da6;hpb=07d919421e57b056ac8c43d970113a560af07148;p=bertos.git diff --git a/bertos/cpu/avr/drv/flash_avr.c b/bertos/cpu/avr/drv/flash_avr.c index f7ee5b4a..cc5780a6 100644 --- a/bertos/cpu/avr/drv/flash_avr.c +++ b/bertos/cpu/avr/drv/flash_avr.c @@ -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) {