summaryrefslogtreecommitdiff
path: root/drivers/dahdi/xpp
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
commitee5b0c2849f1818a37549444d09cb1c078fc70d3 (patch)
treee7fc2dccc8cfb0e46cbce872f8acb05567f236ef /drivers/dahdi/xpp
parent5b501aaa331dd9133b15498270e1fe1173b3d13c (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')
-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.