aboutsummaryrefslogtreecommitdiff
path: root/src/target/arm946e.c
diff options
context:
space:
mode:
authorAntonio Borneo <borneo.antonio@gmail.com>2020-07-12 20:25:00 +0200
committerAntonio Borneo <borneo.antonio@gmail.com>2020-07-26 23:09:45 +0100
commit480ba8ca88e3f12bb60498b35de5fc4b74d0511d (patch)
tree0c9c94ca50a5e8861596acead9acdf53b1adf04d /src/target/arm946e.c
parent3e6f4f8b213ce2c61b052b16606cfc81ba6d7cc4 (diff)
downloadriscv-openocd-480ba8ca88e3f12bb60498b35de5fc4b74d0511d.zip
riscv-openocd-480ba8ca88e3f12bb60498b35de5fc4b74d0511d.tar.gz
riscv-openocd-480ba8ca88e3f12bb60498b35de5fc4b74d0511d.tar.bz2
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
Diffstat (limited to 'src/target/arm946e.c')
-rw-r--r--src/target/arm946e.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/target/arm946e.c b/src/target/arm946e.c
index 6b187f3..33da4a4 100644
--- a/src/target/arm946e.c
+++ b/src/target/arm946e.c
@@ -45,7 +45,7 @@
/**
* flag to give info about cache manipulation during debug :
* "0" - cache lines are invalidated "on the fly", for affected addresses.
- * This is prefered from performance point of view.
+ * This is preferred from performance point of view.
* "1" - cache is invalidated and switched off on debug_entry, and switched back on on restore.
* It is kept off during debugging.
*/
@@ -261,7 +261,7 @@ uint32_t arm946e_invalidate_whole_dcache(struct target *target)
*/
int nb_idx = (csize / (4*8*NB_CACHE_WAYS)); /* gives nb of lines (indexes) in the cache */
- /* Loop for all segmentde (i.e. ways) */
+ /* Loop for all segments (i.e. ways) */
uint32_t seg;
for (seg = 0; seg < NB_CACHE_WAYS; seg++) {
/* Loop for all indexes */