git: 9ebf886ae21f - stable/13 - am335x: Fix a typo in a source code comment
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 10 Jun 2022 12:33:55 UTC
The branch stable/13 has been updated by gbe (doc committer):
URL: https://cgit.FreeBSD.org/src/commit/?id=9ebf886ae21f989e4e5099175e6f7e1416a0a462
commit 9ebf886ae21f989e4e5099175e6f7e1416a0a462
Author: Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2022-06-04 11:28:10 +0000
Commit: Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2022-06-10 12:26:26 +0000
am335x: Fix a typo in a source code comment
- s/continous/continuous/
(cherry picked from commit 1261c01d7fa25955610936f690e237b7c308ee5b)
---
sys/arm/ti/am335x/am335x_scm.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sys/arm/ti/am335x/am335x_scm.c b/sys/arm/ti/am335x/am335x_scm.c
index e72c14ba58ad..68af3bf6baa0 100644
--- a/sys/arm/ti/am335x/am335x_scm.c
+++ b/sys/arm/ti/am335x/am335x_scm.c
@@ -141,7 +141,7 @@ am335x_scm_attach(device_t dev)
SYSCON_WRITE_4(sc->syscon, SCM_BGAP_CTRL, 0);
reg = SYSCON_READ_4(sc->syscon, SCM_BGAP_CTRL);
DELAY(500);
- /* Set continous mode. */
+ /* Set continuous mode. */
SYSCON_WRITE_4(sc->syscon, SCM_BGAP_CTRL, SCM_BGAP_CONTCONV);
reg = SYSCON_READ_4(sc->syscon, SCM_BGAP_CTRL);
DELAY(500);