forked from auracaster/openocd
target: fix minor typos and duplicated words
Change-Id: I8deb0017dc66a243e3dd51e285aa086db500decd Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com> Reviewed-on: http://openocd.zylin.com/5766 Tested-by: jenkins
This commit is contained in:
@@ -723,7 +723,7 @@ int mips32_read_config_regs(struct target *target)
|
||||
break; /* no more config registers implemented */
|
||||
}
|
||||
else
|
||||
return ERROR_OK; /* already succesfully read */
|
||||
return ERROR_OK; /* already successfully read */
|
||||
|
||||
LOG_DEBUG("read %"PRId32" config registers", ejtag_info->config_regs);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user