git: 1261c01d7fa2 - main - am335x: Fix a typo in a source code comment
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 04 Jun 2022 11:28:22 UTC
The branch main has been updated by gbe (doc committer): URL: https://cgit.FreeBSD.org/src/commit/?id=1261c01d7fa25955610936f690e237b7c308ee5b commit 1261c01d7fa25955610936f690e237b7c308ee5b Author: Gordon Bergling <gbe@FreeBSD.org> AuthorDate: 2022-06-04 11:28:10 +0000 Commit: Gordon Bergling <gbe@FreeBSD.org> CommitDate: 2022-06-04 11:28:10 +0000 am335x: Fix a typo in a source code comment - s/continous/continuous/ MFC after: 3 days --- 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 4fc603c46a61..986ce39701a7 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);