summaryrefslogtreecommitdiff
path: root/drivers/dahdi/dahdi-base.c
diff options
context:
space:
mode:
authorTzafrir Cohen <tzafrir.cohen@xorcom.com>2010-04-19 19:13:32 +0000
committerTzafrir Cohen <tzafrir.cohen@xorcom.com>2010-04-19 19:13:32 +0000
commit8443ea2878dad1558097d5f8785a2b73dca7df7c (patch)
tree6eaa43e8029927be41bbac76cde367aa165bcbb8 /drivers/dahdi/dahdi-base.c
parent9c8745b8429dc4b1a600fb781af751ec29744e33 (diff)
typos, mostly unkown
git-svn-id: http://svn.asterisk.org/svn/dahdi/linux/trunk@8539 a0bf4364-ded3-4de4-8d8a-66a801d63aff
Diffstat (limited to 'drivers/dahdi/dahdi-base.c')
-rw-r--r--drivers/dahdi/dahdi-base.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/dahdi/dahdi-base.c b/drivers/dahdi/dahdi-base.c
index a484eeb..eba0bdc 100644
--- a/drivers/dahdi/dahdi-base.c
+++ b/drivers/dahdi/dahdi-base.c
@@ -4119,7 +4119,7 @@ static int dahdi_ctl_ioctl(struct file *file, unsigned int cmd, unsigned long da
* Set the rxhooksig back to
* DAHDI_RXSIG_INITIAL so that new events are
* queued on the channel with the actual
- * recieved hook state.
+ * received hook state.
*
*/
spans[j]->chans[x]->rxhooksig = DAHDI_RXSIG_INITIAL;
@@ -6944,7 +6944,7 @@ void dahdi_hooksig(struct dahdi_chan *chan, enum dahdi_rxsig rxsig)
* @chan: the DAHDI channel
* @cursig: the bits to set
*
- * Set the channel's rxsig (recieved: from device to userspace) and act
+ * Set the channel's rxsig (received: from device to userspace) and act
* accordingly.
*/
void dahdi_rbsbits(struct dahdi_chan *chan, int cursig)
@@ -7125,7 +7125,7 @@ static inline void __dahdi_ec_chunk(struct dahdi_chan *ss, unsigned char *rxchun
* @rxchunk: chunk of audio on which to cancel echo
* @txchunk: reference chunk from the other direction
*
- * The echo canceller function fixes recieved (from device to userspace)
+ * The echo canceller function fixes received (from device to userspace)
* audio. In order to fix it it uses the transmitted audio as a
* reference. This call updates the echo canceller for a single chunk (8
* bytes).