aboutsummaryrefslogtreecommitdiff
path: root/src/target
diff options
context:
space:
mode:
Diffstat (limited to 'src/target')
-rw-r--r--src/target/armv7a.c2
-rw-r--r--src/target/cortex_a.c4
-rw-r--r--src/target/cortex_m.c2
3 files changed, 4 insertions, 4 deletions
diff --git a/src/target/armv7a.c b/src/target/armv7a.c
index b9320d14..6dbe10d7 100644
--- a/src/target/armv7a.c
+++ b/src/target/armv7a.c
@@ -177,7 +177,7 @@ done:
return retval;
}
-/* method adapted to cortex A : reused arm v4 v5 method*/
+/* method adapted to Cortex-A : reused ARM v4 v5 method */
int armv7a_mmu_translate_va(struct target *target, uint32_t va, uint32_t *val)
{
uint32_t first_lvl_descriptor = 0x0;
diff --git a/src/target/cortex_a.c b/src/target/cortex_a.c
index a97e594e..b345dfc0 100644
--- a/src/target/cortex_a.c
+++ b/src/target/cortex_a.c
@@ -18,7 +18,7 @@
* michel.jaouen@stericsson.com : smp minimum support *
* *
* Copyright (C) Broadcom 2012 *
- * ehunter@broadcom.com : Cortex R4 support *
+ * ehunter@broadcom.com : Cortex-R4 support *
* *
* Copyright (C) 2013 Kamal Dasu *
* kdasu.kdev@gmail.com *
@@ -2664,7 +2664,7 @@ out:
/*
* Cortex-A Memory access
*
- * This is same Cortex M3 but we must also use the correct
+ * This is same Cortex-M3 but we must also use the correct
* ap number for every access.
*/
diff --git a/src/target/cortex_m.c b/src/target/cortex_m.c
index 32b46d34..29f0cdd0 100644
--- a/src/target/cortex_m.c
+++ b/src/target/cortex_m.c
@@ -1932,7 +1932,7 @@ int cortex_m_examine(struct target *target)
}
LOG_DEBUG("cpuid: 0x%8.8" PRIx32 "", cpuid);
- /* test for floating point feature on cortex-m4 */
+ /* test for floating point feature on Cortex-M4 */
if (i == 4) {
target_read_u32(target, MVFR0, &mvfr0);
target_read_u32(target, MVFR1, &mvfr1);