fix bogus comment on return value units

svn path=/trunk/netsurf/; revision=11631
This commit is contained in:
Vincent Sanders 2011-02-08 23:39:15 +00:00
parent 626fc0df54
commit 7c3e401f75

View File

@ -125,7 +125,8 @@ void schedule_remove(void (*callback)(void *p), void *p)
/**
* Process scheduled callbacks up to current time.
*
* @return The number of centiseconds untill the next callback or -1 for never.
* @return The number of milliseconds untill the next scheduled event
* or -1 for no event.
*/
int
schedule_run(void)