summaryrefslogtreecommitdiff
path: root/drivers/dahdi/dahdi-base.c
diff options
context:
space:
mode:
authorShaun Ruffell <sruffell@digium.com>2008-09-15 20:49:31 +0000
committerShaun Ruffell <sruffell@digium.com>2008-09-15 20:49:31 +0000
commit066eadff8841288359cd5c995a0fc9956ea21b02 (patch)
tree5c244da9231db9cf5b09622b87429c365cabac56 /drivers/dahdi/dahdi-base.c
parent806e90bfdb2f0b50b34821ea57d71071b3afba6b (diff)
Edit some comments and error strings.
Issue: DAHDI-13 git-svn-id: http://svn.asterisk.org/svn/dahdi/linux/trunk@4909 a0bf4364-ded3-4de4-8d8a-66a801d63aff
Diffstat (limited to 'drivers/dahdi/dahdi-base.c')
-rw-r--r--drivers/dahdi/dahdi-base.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/dahdi/dahdi-base.c b/drivers/dahdi/dahdi-base.c
index 260979d..a26aee9 100644
--- a/drivers/dahdi/dahdi-base.c
+++ b/drivers/dahdi/dahdi-base.c
@@ -6259,7 +6259,7 @@ static void __dahdi_hooksig_pvt(struct dahdi_chan *chan, enum dahdi_rxsig rxsig)
}
break;
case DAHDI_SIG_FXSKS: /* FXS Kewlstart */
- /* ignore a bit poopy if loop not closed and stable */
+ /* ignore a bit error if loop not closed and stable */
if (chan->txstate != DAHDI_TXSTATE_OFFHOOK) break;
#ifdef FXSFLASH
if (rxsig == DAHDI_RXSIG_ONHOOK) {