Skip to content
Snippets Groups Projects
Commit d09b5ff2 authored by BJ Weschke's avatar BJ Weschke
Browse files

Doxygen typo fix.


git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@14612 65c4cc65-6c06-0410-ace0-fbb531ad65f3
parent f2aef53f
No related branches found
No related tags found
No related merge requests found
......@@ -72,7 +72,7 @@ typedef int (*ast_sched_cb)(void *data);
extern int ast_sched_add(struct sched_context *con, int when, ast_sched_cb callback, void *data);
/*!Adds a scheduled event with rescheduling support
* \param con Scehduler context to add
* \param con Scheduler context to add
* \param when how many milliseconds to wait for event to occur
* \param callback function to call when the amount of time expires
* \param data data to pass to the callback
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment