mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 15:14:43 +00:00
cmd: pwm: fix typo 'eisable' -> 'disable'
Fixed misspelled 'disable' in help text. Signed-off-by: Sébastien Szymanski <sebastien.szymanski@armadeus.com>
This commit is contained in:
parent
39834ccdd4
commit
55fd1c442e
1 changed files with 1 additions and 1 deletions
|
@ -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");
|
||||
|
|
Loading…
Reference in a new issue