am335x: Fix a typo in a source code comment
- s/continous/continuous/ MFC after: 3 days
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user