Bläddra i källkod

power-domain.h: Fix typo

%s/ot/to/

Signed-off-by: Anatolij Gustschin <agust@denx.de>
Anatolij Gustschin 4 år sedan
förälder
incheckning
f752e5783b
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      include/power-domain.h

+ 1 - 1
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().