Skip to content

Commit

Permalink
cmd: pwm: fix typo 'eisable' -> 'disable'
Browse files Browse the repository at this point in the history
Fixed misspelled 'disable' in help text.

Signed-off-by: Sébastien Szymanski <[email protected]>
  • Loading branch information
sebszymanski authored and trini committed Mar 4, 2022
1 parent 39834cc commit 55fd1c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/pwm.c
Original file line number Diff line number Diff line change
Expand Up @@ -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");

0 comments on commit 55fd1c4

Please sign in to comment.