(small doc change)

partial-rewrite
Ben Blazak 2013-05-24 21:52:46 -07:00
parent 71d541be2f
commit 4e1bd12990
1 changed files with 2 additions and 2 deletions

View File

@ -54,7 +54,7 @@ void event_list__tick (list__list_t * list);
* Append an event with the given attributes to `list`
*
* Arguments:
* - `list`: The list to add the new event to
* - `list`: A pointer to the list to add the new event to
* - `ticks`: The number of ticks to assign to the event
* - `function`: A function pointer to assign to the event
*
@ -69,7 +69,7 @@ void event_list__tick (list__list_t * list);
* scheduled
*
* Arguments:
* - `list`: The list to "tick"
* - `list`: A pointer to the list to "tick"
*
* Implementation notes:
* - In the case that more than one function is scheduled to run on a given