diff mbox series

[U-Boot] power-domain.h: Fix typo

Message ID 20190710080313.2152-1-agust@denx.de
State Accepted
Commit f752e5783b7300671a13587e864468f6742576c3
Delegated to: Tom Rini
Headers show
Series [U-Boot] power-domain.h: Fix typo | expand

Commit Message

Anatolij Gustschin July 10, 2019, 8:03 a.m. UTC
%s/ot/to/

Signed-off-by: Anatolij Gustschin <agust@denx.de>
---
 include/power-domain.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Tom Rini July 18, 2019, 11:59 p.m. UTC | #1
On Wed, Jul 10, 2019 at 10:03:13AM +0200, Anatolij Gustschin wrote:

> %s/ot/to/
> 
> Signed-off-by: Anatolij Gustschin <agust@denx.de>

Applied to u-boot/master, thanks!
diff mbox series

Patch

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