io timers: fix some typos

This commit is contained in:
Beat Küng
2017-04-27 17:06:20 +02:00
parent 7361244359
commit 16740dd5cd
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -363,7 +363,7 @@ __EXPORT extern int up_pwm_servo_set_rate_group_update(unsigned group, unsigned
/**
* Trigger all timer's channels in Oneshot mode to fire
* the oneshot with updated values.
* Nothing is none if not in oneshot mode.
* Nothing is done if not in oneshot mode.
*
*/
__EXPORT extern void up_pwm_update(void);
+1 -1
View File
@@ -502,7 +502,7 @@ void io_timer_trigger(void)
}
}
/* Now do them all wit the shortest delay in between */
/* Now do them all with the shortest delay in between */
irqstate_t flags = px4_enter_critical_section();