git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5581 35acf78f-673a-0410-8e92-d51de3d6d3f4

This commit is contained in:
gdisirio 2013-04-10 09:57:45 +00:00
parent 2114bc97d1
commit 16d3d37c52
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ struct EventListener {
by the thread to the Event
Source. */
flagsmask_t el_flags; /**< @brief Flags added to the listener
bu the event source.*/
by the event source.*/
};
/**