]> rtime.felk.cvut.cz Git - eurobot/public.git/commitdiff
Fix grammar in documentation
authorMichal Sojka <sojkam1@fel.cvut.cz>
Mon, 30 Jul 2012 12:46:33 +0000 (14:46 +0200)
committerMichal Sojka <sojkam1@fel.cvut.cz>
Mon, 30 Jul 2012 12:46:55 +0000 (14:46 +0200)
src/fsm/fsm.h

index d9ea6c39e19c8e1f620ac97b5fc7dfc62da86742..308fb1f40908035c2e0d5a2b2ede99d1e2fb537b 100644 (file)
@@ -389,7 +389,7 @@ static inline void fsm_set_flags(struct robo_fsm *fsm, int flag_mask)
  * Sends an event to another FSM, which may run  in another
  * thread. Event sending is asynchronous, but each FSM has a buffer for
  * several events. If this buffer is full, @a event_lost flag is set
- * and the event is forgotten. This should never happen in carefully
+ * and the event is lost. This should never happen in a carefully
  * designed application.
  *
  * @note This macro ensures that it is not possible to send an event