Fix a typo in a comment. Display the size of memory being written.

Display the correct memory name in an error message (previously
hardcoded).


git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk/avrdude@137 81a1dc3b-b13d-400b-aceb-764788c761c2
This commit is contained in:
Brian S. Dean
2002-07-27 20:55:01 +00:00
parent 975614df3b
commit 5b12f02975
2 changed files with 5 additions and 5 deletions

2
avr.c
View File

@@ -583,7 +583,7 @@ int avr_write_byte(int fd, AVRPART * p, AVRMEM * mem,
if (mem->paged) {
/*
* in paged addressing, single bytes to written to the memory
* in paged addressing, single bytes to be written to the memory
* page complete immediately, we only need to delay when we commit
* the whole page via the avr_write_page() routine.
*/