diff --git a/examples/pwm/pwm_main.c b/examples/pwm/pwm_main.c index cbabb564f..71211ab95 100644 --- a/examples/pwm/pwm_main.c +++ b/examples/pwm/pwm_main.c @@ -106,7 +106,7 @@ static void pwm_help(FAR struct pwm_state_s *pwm) message(" [-t duration] is the duration of the pulse train in seconds. " "Default: %d Current: %d\n", CONFIG_EXAMPLES_PWM_DURATION, pwm->duration); - message(" [-t] shows this message and extis\n"); + message(" [-t] shows this message and exits\n"); } /****************************************************************************