summaryrefslogtreecommitdiff
path: root/include/power-domain.h
diff options
context:
space:
mode:
authorAnatolij Gustschin <agust@denx.de>2019-07-10 11:03:13 +0300
committerTom Rini <trini@konsulko.com>2019-07-18 18:31:29 +0300
commitf752e5783b7300671a13587e864468f6742576c3 (patch)
treef1cfa71e345877db206af9d1e3e5ad01a4901af8 /include/power-domain.h
parente205896c5383c938274262524adceb2775fb03ba (diff)
downloadu-boot-f752e5783b7300671a13587e864468f6742576c3.tar.xz
power-domain.h: Fix typo
%s/ot/to/ Signed-off-by: Anatolij Gustschin <agust@denx.de>
Diffstat (limited to 'include/power-domain.h')
-rw-r--r--include/power-domain.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/power-domain.h b/include/power-domain.h
index 00996057b0..07370709fe 100644
--- a/include/power-domain.h
+++ b/include/power-domain.h
@@ -151,7 +151,7 @@ static inline int power_domain_on(struct power_domain *power_domain)
#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().