Fix avr.c comment

This commit is contained in:
Stefan Rueger
2022-11-09 19:27:34 +00:00
parent c7ba53bca0
commit 84a3e2cc2b

View File

@@ -434,7 +434,7 @@ int avr_read_mem(const PROGRAMMER *pgm, const AVRPART *p, const AVRMEM *mem, con
}
if (!failure)
return avr_mem_hiaddr(mem);
/* else: fall back to byte-at-a-time write, for historical reasons */
/* else: fall back to byte-at-a-time read, for historical reasons */
}
if (strcmp(mem->desc, "signature") == 0) {