aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGordon Bergling <gbe@FreeBSD.org>2021-12-04 11:13:27 +0000
committerGordon Bergling <gbe@FreeBSD.org>2021-12-07 18:52:00 +0000
commit468495e5be6fcd07d13bd0c9aa1fed1e0f40b798 (patch)
treea40d4f1525c39f4bd7645d8ad7139687dcbe5034
parent1d640e61358469c17fb0ce340f78104a50b26959 (diff)
downloadsrc-468495e5be6fcd07d13bd0c9aa1fed1e0f40b798.tar.gz
src-468495e5be6fcd07d13bd0c9aa1fed1e0f40b798.zip
omap4: Fix a few typos in source code comments
- s/addresss/address/ (cherry picked from commit b86066a15edb85c035d7d1dc9cf661d727bfb951)
-rw-r--r--sys/arm/ti/omap4/omap4_reg.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/sys/arm/ti/omap4/omap4_reg.h b/sys/arm/ti/omap4/omap4_reg.h
index 50cacae6ea9c..d95eb68d393c 100644
--- a/sys/arm/ti/omap4/omap4_reg.h
+++ b/sys/arm/ti/omap4/omap4_reg.h
@@ -99,7 +99,7 @@
#define OMAP44XX_MPU_SUBSYS_SIZE 0x00004000UL
/*
- * MPU Subsystem addresss offsets
+ * MPU Subsystem address offsets
*/
#define OMAP44XX_SCU_OFFSET 0x00000000UL
#define OMAP44XX_GIC_CPU_OFFSET 0x00000100UL
@@ -132,7 +132,7 @@
#define OMAP44XX_PL310_SIZE 0x00001000UL
/*
- * L4-CORE Physical/Virtual addresss offsets
+ * L4-CORE Physical/Virtual address offsets
*/
#define OMAP44XX_SCM_OFFSET 0x00002000UL
#define OMAP44XX_CM_OFFSET 0x00004000UL
@@ -146,7 +146,7 @@
#define OMAP44XX_SCM_PADCONF_OFFSET 0x00100000UL
/*
- * L4-WAKEUP Physical/Virtual addresss offsets
+ * L4-WAKEUP Physical/Virtual address offsets
*/
#define OMAP44XX_PRM_OFFSET 0x00006000UL
#define OMAP44XX_SCRM_OFFSET 0x0000A000UL
@@ -154,7 +154,7 @@
#define OMAP44XX_GPTIMER1_OFFSET 0x00018000UL
/*
- * L4-PERIPH Physical/Virtual addresss offsets
+ * L4-PERIPH Physical/Virtual address offsets
*/
#define OMAP44XX_UART3_OFFSET 0x00020000UL
#define OMAP44XX_GPTIMER2_OFFSET 0x00032000UL
@@ -196,7 +196,7 @@
// #define OMAP44XX_PL310_OFFSET 0x48242000 /* L2 Cache controller */
/*
- * L4-ABE Physical/Virtual addresss offsets
+ * L4-ABE Physical/Virtual address offsets
*/
#define OMAP44XX_GPTIMER5_OFFSET 0x00038000UL
#define OMAP44XX_GPTIMER6_OFFSET 0x0003A000UL