commit | e601f540bf50e8402027a1a5cc5cae8de697b0d4 | [log] [tgz] |
---|---|---|
author | Anatolij Gustschin <agust@denx.de> | Wed Jul 10 10:03:13 2019 +0200 |
committer | Tom Rini <trini@konsulko.com> | Thu Jul 18 11:31:29 2019 -0400 |
tree | f1cfa71e345877db206af9d1e3e5ad01a4901af8 | |
parent | 627e3c862147bbb74c4f7712fe32953cdc739436 [diff] |
power-domain.h: Fix typo %s/ot/to/ Signed-off-by: Anatolij Gustschin <agust@denx.de>
diff --git a/include/power-domain.h b/include/power-domain.h index 0099605..0737070 100644 --- a/include/power-domain.h +++ b/include/power-domain.h
@@ -151,7 +151,7 @@ #endif /** - * power_domain_off - Disable power ot a power domain. + * power_domain_off - Disable power to a power domain. * * @power_domain: A power domain struct that was previously successfully * requested by power_domain_get().