summaryrefslogtreecommitdiff
path: root/main
diff options
context:
space:
mode:
authorRichard Mudgett <rmudgett@digium.com>2012-05-07 20:08:37 +0000
committerRichard Mudgett <rmudgett@digium.com>2012-05-07 20:08:37 +0000
commit06fe3e5abe3e19faaa476f2e6beb5871c4dcb556 (patch)
tree340b91846cafad390c3a66ee1b7b041d5a6110c8 /main
parent11faa15d112ccc687991a2a6c0736040f62a7a07 (diff)
Change comment to use local channel name designators in features.c
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@365532 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'main')
-rw-r--r--main/features.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/main/features.c b/main/features.c
index db6f1f366..c5caff471 100644
--- a/main/features.c
+++ b/main/features.c
@@ -1580,8 +1580,8 @@ static int park_call_full(struct ast_channel *chan, struct ast_channel *peer, st
* This is so ugly that it hurts, but implementing
* get_base_channel() on local channels could have ugly side
* effects. We could have
- * transferer<->local,1<->local,2<->parking and we need the
- * callback name to be that of transferer. Since local,1/2 have
+ * transferer<->local;1<->local;2<->parking and we need the
+ * callback name to be that of transferer. Since local;1/2 have
* the same name we can be tricky and just grab the bridged
* channel from the other side of the local.
*/