power-domain.h: Fix typo
authorAnatolij Gustschin <agust@denx.de>
Wed, 10 Jul 2019 08:03:13 +0000 (10:03 +0200)
committerTom Rini <trini@konsulko.com>
Thu, 18 Jul 2019 15:31:29 +0000 (11:31 -0400)
%s/ot/to/

Signed-off-by: Anatolij Gustschin <agust@denx.de>
include/power-domain.h

index 00996057b0d4f8fcf86e369baab01c371a3f9aca..07370709fe0b93fd0ae207322e4e3f49c5ac9925 100644 (file)
@@ -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().