[PATCH] staging: greybus: pwm: Fix typo in comment

Giorgi Tchankvetadze posted 1 patch 1 month, 2 weeks ago
drivers/staging/greybus/pwm.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] staging: greybus: pwm: Fix typo in comment
Posted by Giorgi Tchankvetadze 1 month, 2 weeks ago
Change "privodes" to "provides" in a comment.

Signed-off-by: Giorgi Tchankvetadze <giorgitchankvetadze1997@gmail.com>
---
 drivers/staging/greybus/pwm.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/staging/greybus/pwm.c b/drivers/staging/greybus/pwm.c
index 1cb7b9089ead..52515a4acb12 100644
--- a/drivers/staging/greybus/pwm.c
+++ b/drivers/staging/greybus/pwm.c
@@ -215,7 +215,7 @@ static int gb_pwm_apply(struct pwm_chip *chip, struct pwm_device *pwm,
 	/*
 	 * Set period and duty cycle
 	 *
-	 * PWM privodes 64-bit period and duty_cycle, but greybus only accepts
+	 * PWM provides 64-bit period and duty_cycle, but greybus only accepts
 	 * 32-bit, so their values have to be limited to U32_MAX.
 	 */
 	if (period > U32_MAX)
-- 
2.52.0