aboutsummaryrefslogtreecommitdiff
path: root/src/target/avr32_mem.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/target/avr32_mem.c')
-rw-r--r--src/target/avr32_mem.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/target/avr32_mem.c b/src/target/avr32_mem.c
index 71ec0b4..8f38a18 100644
--- a/src/target/avr32_mem.c
+++ b/src/target/avr32_mem.c
@@ -176,7 +176,7 @@ int avr32_jtag_write_memory16(struct avr32_jtag *jtag_info,
*/
if (addr & 3) {
/*
- * mwa_read will read whole world, no nead to fiddle
+ * mwa_read will read whole world, no need to fiddle
* with address. It will be truncated in set_addr
*/
retval = avr32_jtag_mwa_read(jtag_info, SLAVE_HSB_UNCACHED,
@@ -248,7 +248,7 @@ int avr32_jtag_write_memory8(struct avr32_jtag *jtag_info,
*/
if (addr & 3) {
/*
- * mwa_read will read whole world, no nead to fiddle
+ * mwa_read will read whole world, no need to fiddle
* with address. It will be truncated in set_addr
*/
retval = avr32_jtag_mwa_read(jtag_info, SLAVE_HSB_UNCACHED,