public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [PATCH 1/1] cmd: pwm: fix typo 'eisable' -> 'disable'
@ 2022-02-25 13:48 Sébastien Szymanski
  2022-02-25 14:00 ` Michal Simek
  2022-03-05 16:35 ` Tom Rini
  0 siblings, 2 replies; 3+ messages in thread
From: Sébastien Szymanski @ 2022-02-25 13:48 UTC (permalink / raw)
  To: u-boot; +Cc: Simon Glass, Michal Simek, Sébastien Szymanski

Fixed misspelled 'disable' in help text.

Signed-off-by: Sébastien Szymanski <sebastien.szymanski@armadeus.com>
---
 cmd/pwm.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cmd/pwm.c b/cmd/pwm.c
index 7947e61aee..7e82955239 100644
--- a/cmd/pwm.c
+++ b/cmd/pwm.c
@@ -111,5 +111,5 @@ U_BOOT_CMD(pwm, 6, 0, do_pwm,
 	   "invert <pwm_dev_num> <channel> <polarity> - invert polarity\n"
 	   "pwm config <pwm_dev_num> <channel> <period_ns> <duty_ns> - config PWM\n"
 	   "pwm enable <pwm_dev_num> <channel> - enable PWM output\n"
-	   "pwm disable <pwm_dev_num> <channel> - eisable PWM output\n"
+	   "pwm disable <pwm_dev_num> <channel> - disable PWM output\n"
 	   "Note: All input values are in decimal");
-- 
2.34.1


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-03-05 16:36 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-02-25 13:48 [PATCH 1/1] cmd: pwm: fix typo 'eisable' -> 'disable' Sébastien Szymanski
2022-02-25 14:00 ` Michal Simek
2022-03-05 16:35 ` Tom Rini

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox