summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorRichard Mudgett <rmudgett@digium.com>2014-08-28 00:15:03 +0000
committerRichard Mudgett <rmudgett@digium.com>2014-08-28 00:15:03 +0000
commita02d8a0681407bfe6ccc56708e6e1c1a1d5d44e3 (patch)
tree81053eb3f51dd1d421d167a60deb6124a2e73674 /include
parent372236cc2aa6b5974d741b12fa6b010b5efbd80c (diff)
sched: Fix typo and whitespace change.
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/13@422200 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'include')
-rw-r--r--include/asterisk/sched.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asterisk/sched.h b/include/asterisk/sched.h
index aac6dc82b..67dbf21ce 100644
--- a/include/asterisk/sched.h
+++ b/include/asterisk/sched.h
@@ -165,7 +165,7 @@ void ast_sched_context_destroy(struct ast_sched_context *c);
* A scheduler callback takes a pointer with callback data and
*
* \retval 0 if the callback should not be rescheduled
- * \retval non-zero if the callback should be scheduled agai
+ * \retval non-zero if the callback should be scheduled again
*/
typedef int (*ast_sched_cb)(const void *data);
#define AST_SCHED_CB(a) ((ast_sched_cb)(a))