Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 7 Dec 2021 18:56:02 GMT
From:      Gordon Bergling <gbe@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: 34990c9fdcda - stable/12 - omap4:	Fix a few typos in source code comments
Message-ID:  <202112071856.1B7Iu2HP001098@gitrepo.freebsd.org>

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

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

commit 34990c9fdcda12c41fea506f366f7631aa2b73e0
Author:     Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2021-12-04 11:13:27 +0000
Commit:     Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2021-12-07 18:55:08 +0000

    omap4:  Fix a few typos in source code comments
    
    - s/addresss/address/
    
    (cherry picked from commit b86066a15edb85c035d7d1dc9cf661d727bfb951)
---
 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 2bf87e11fac5..a9bec827e007 100644
--- a/sys/arm/ti/omap4/omap4_reg.h
+++ b/sys/arm/ti/omap4/omap4_reg.h
@@ -107,7 +107,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
@@ -143,7 +143,7 @@
 
 
 /*
- * L4-CORE Physical/Virtual addresss offsets
+ * L4-CORE Physical/Virtual address offsets
  */
 #define OMAP44XX_SCM_OFFSET         0x00002000UL
 #define OMAP44XX_CM_OFFSET          0x00004000UL
@@ -157,7 +157,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
@@ -167,7 +167,7 @@
 
 
 /*
- * L4-PERIPH Physical/Virtual addresss offsets
+ * L4-PERIPH Physical/Virtual address offsets
  */
 #define OMAP44XX_UART3_OFFSET		0x00020000UL
 #define OMAP44XX_GPTIMER2_OFFSET	0x00032000UL
@@ -210,7 +210,7 @@
 
 
 /*
- * 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?202112071856.1B7Iu2HP001098>