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:
@@ -832,7 +832,7 @@ int image_open(struct image *image, const char *url, const char *type_string)
|
||||
for (section = 0; section < image->num_sections; section++)
|
||||
image->sections[section].base_address += image->base_address;
|
||||
/* we're done relocating. The two statements below are mainly
|
||||
* for documenation purposes: stop anyone from empirically
|
||||
* for documentation purposes: stop anyone from empirically
|
||||
* thinking they should use these values henceforth. */
|
||||
image->base_address = 0;
|
||||
image->base_address_set = 0;
|
||||
|
||||
Reference in New Issue
Block a user