am335x: Fix a typo in a source code comment

- s/continous/continuous/

MFC after:	3 days
This commit is contained in:
Gordon Bergling 2022-06-04 13:28:10 +02:00
parent bd9e23c0a9
commit 1261c01d7f

View File

@ -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);