Fix comment.

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@260007 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Richard Mudgett 2010-04-29 00:35:14 +00:00
parent 9e1b6c7236
commit 6adcbd6be5
1 changed files with 1 additions and 1 deletions

View File

@ -141,7 +141,7 @@ struct ast_sw {
char stuff[0];
};
*! \brief Ignore patterns in dial plan */
/*! \brief Ignore patterns in dial plan */
struct ast_ignorepat {
const char *registrar;
struct ast_ignorepat *next;