summaryrefslogtreecommitdiff
path: root/drivers/dahdi/xpp/card_pri.c
diff options
context:
space:
mode:
authorDavid Brooks <dbrooks@digium.com>2009-07-27 19:52:38 +0000
committerDavid Brooks <dbrooks@digium.com>2009-07-27 19:52:38 +0000
commite88959721f7bc9811f7cd72fc912cbc3c260dc02 (patch)
treee7fc2dccc8cfb0e46cbce872f8acb05567f236ef /drivers/dahdi/xpp/card_pri.c
parent3d58f7c8f9ca57f9110a56ff1bd8b5f78568edd1 (diff)
Replace typos "recieved" with "received".
(closes issue #15571) Reported by: alecdavis git-svn-id: http://svn.asterisk.org/svn/dahdi/linux/trunk@6897 a0bf4364-ded3-4de4-8d8a-66a801d63aff
Diffstat (limited to 'drivers/dahdi/xpp/card_pri.c')
-rw-r--r--drivers/dahdi/xpp/card_pri.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/dahdi/xpp/card_pri.c b/drivers/dahdi/xpp/card_pri.c
index 94c8650..d8fb36b 100644
--- a/drivers/dahdi/xpp/card_pri.c
+++ b/drivers/dahdi/xpp/card_pri.c
@@ -1391,7 +1391,7 @@ static void PRI_card_pcm_fromspan(xbus_t *xbus, xpd_t *xpd, xpacket_t *pack)
spin_unlock_irqrestore(&xpd->lock, flags);
}
-/*! Copy PCM chunks from the packet we recieved to the xpd struct.
+/*! Copy PCM chunks from the packet we received to the xpd struct.
* \param xbus xbus of target xpd.
* \param xpd target xpd.
* \param pack Source packet.