Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 4 Dec 2021 11:17:07 GMT
From:      Gordon Bergling <gbe@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: b86066a15edb - main - omap4:	Fix a few typos in source code comments
Message-ID:  <202112041117.1B4BH71m011132@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by gbe (doc committer):

URL: https://cgit.FreeBSD.org/src/commit/?id=b86066a15edb85c035d7d1dc9cf661d727bfb951

commit b86066a15edb85c035d7d1dc9cf661d727bfb951
Author:     Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2021-12-04 11:13:27 +0000
Commit:     Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2021-12-04 11:13:27 +0000

    omap4:  Fix a few typos in source code comments
    
    - s/addresss/address/
    
    MFC after:      3 days
---
 sys/arm/ti/omap4/omap4_reg.h | 10 +++++-----
 1 file 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202112041117.1B4BH71m011132>