diff options
Diffstat (limited to 'sys/arm/ti/ti_scm.c')
-rw-r--r-- | sys/arm/ti/ti_scm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/arm/ti/ti_scm.c b/sys/arm/ti/ti_scm.c index 0ae39e9..ce31f6e 100644 --- a/sys/arm/ti/ti_scm.c +++ b/sys/arm/ti/ti_scm.c @@ -202,7 +202,7 @@ ti_scm_padconf_set(const char *padname, const char *muxmode, unsigned int state) * ti_scm_padconf_get - gets the muxmode and state for a pad/pin * @padname: the name of the pad, i.e. "c12" * @muxmode: upon return will contain the name of the muxmode of the pin - * @state: upon return will contain the state of the the pad/pin + * @state: upon return will contain the state of the pad/pin * * * LOCKING: |