From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anatolij Gustschin Date: Wed, 10 Jul 2019 10:03:13 +0200 Subject: [U-Boot] [PATCH] power-domain.h: Fix typo Message-ID: <20190710080313.2152-1-agust@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de %s/ot/to/ Signed-off-by: Anatolij Gustschin --- include/power-domain.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(). -- 2.17.1