summaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
authorShaun Ruffell <sruffell@digium.com>2010-09-01 15:46:27 +0000
committerShaun Ruffell <sruffell@digium.com>2010-09-01 15:46:27 +0000
commit8d880408285a707a844c09a7fbdc76a56cc84614 (patch)
treef34fc9a64d0beb5e89f306fc93ce34d239e84474 /drivers
parent9113d124a8dec0b2cd4f8236ebf81f98db21154e (diff)
dahdi: A couple of trivial spelling changes.
Signed-off-by: Shaun Ruffell <sruffell@digium.com> git-svn-id: http://svn.asterisk.org/svn/dahdi/linux/trunk@9248 a0bf4364-ded3-4de4-8d8a-66a801d63aff
Diffstat (limited to 'drivers')
-rw-r--r--drivers/dahdi/dahdi-base.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/dahdi/dahdi-base.c b/drivers/dahdi/dahdi-base.c
index b19774a..bcbea70 100644
--- a/drivers/dahdi/dahdi-base.c
+++ b/drivers/dahdi/dahdi-base.c
@@ -5135,7 +5135,7 @@ dahdi_chanandpseudo_ioctl(struct file *file, unsigned int cmd,
spin_unlock(&chan->lock);
spin_unlock_irqrestore(&bigzaplock, flags);
return(rv);
- case DAHDI_CONFDIAG_V1: /* Intention fall-through */
+ case DAHDI_CONFDIAG_V1: /* Intentional fall-through */
case DAHDI_CONFDIAG: /* output diagnostic info to console */
if (!(chan->flags & DAHDI_FLAG_AUDIO)) return (-EINVAL);
get_user(j, (int __user *)data); /* get conf # */
@@ -5936,7 +5936,7 @@ static long dahdi_ioctl_compat(struct file *file, unsigned int cmd,
/**
* dahdi_register() - unregister a new DAHDI span
* @span: the DAHDI span
- * @prefmaster: will the new span be preffered as a master?
+ * @prefmaster: will the new span be preferred as a master?
*
* Registers a span for usage with DAHDI. All the channel numbers in it
* will get the lowest available channel numbers.