summaryrefslogtreecommitdiff
path: root/channels/chan_dahdi.c
diff options
context:
space:
mode:
authorRichard Mudgett <rmudgett@digium.com>2010-03-11 18:07:16 +0000
committerRichard Mudgett <rmudgett@digium.com>2010-03-11 18:07:16 +0000
commit7f68a324178f7a2c904ffb24cff3c42f8bd1075c (patch)
treeb39bcb01fb85f94a1ed81fa98a56b41dda88e237 /channels/chan_dahdi.c
parentba80d2172faf1104fc2dca304825582d35bfaa92 (diff)
Minor tweaks and comment updates to chan_dahdi.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@251821 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'channels/chan_dahdi.c')
-rw-r--r--channels/chan_dahdi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/channels/chan_dahdi.c b/channels/chan_dahdi.c
index 18942a44e..d107366e1 100644
--- a/channels/chan_dahdi.c
+++ b/channels/chan_dahdi.c
@@ -16859,7 +16859,7 @@ static int setup_dahdi(int reload)
}
}
- /* It's a little silly to lock it, but we mind as well just to be sure */
+ /* It's a little silly to lock it, but we might as well just to be sure */
ast_mutex_lock(&iflock);
#ifdef HAVE_PRI
if (reload != 1) {