[svn-commits] sruffell: linux/trunk r9248 - /linux/trunk/drivers/dahdi/dahdi-base.c

SVN commits to the Digium repositories svn-commits at lists.digium.com
Wed Sep 1 10:46:38 CDT 2010


Author: sruffell
Date: Wed Sep  1 10:46:27 2010
New Revision: 9248

URL: http://svnview.digium.com/svn/dahdi?view=rev&rev=9248
Log:
dahdi: A couple of trivial spelling changes.

Signed-off-by: Shaun Ruffell <sruffell at digium.com>

Modified:
    linux/trunk/drivers/dahdi/dahdi-base.c

Modified: linux/trunk/drivers/dahdi/dahdi-base.c
URL: http://svnview.digium.com/svn/dahdi/linux/trunk/drivers/dahdi/dahdi-base.c?view=diff&rev=9248&r1=9247&r2=9248
==============================================================================
--- linux/trunk/drivers/dahdi/dahdi-base.c (original)
+++ linux/trunk/drivers/dahdi/dahdi-base.c Wed Sep  1 10:46:27 2010
@@ -5135,7 +5135,7 @@
 		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 @@
 /**
  * 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.




More information about the svn-commits mailing list