From: Anatolij Gustschin Date: Wed, 10 Jul 2019 08:03:13 +0000 (+0200) Subject: power-domain.h: Fix typo X-Git-Tag: v2019.10-rc1~24^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f752e5783b7300671a13587e864468f6742576c3;p=pandora-u-boot.git power-domain.h: Fix typo %s/ot/to/ Signed-off-by: Anatolij Gustschin --- diff --git a/include/power-domain.h b/include/power-domain.h index 00996057b0d..07370709fe0 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().