From 6649a3a166af0cce40bf694dc8311579d8c00ed6 Mon Sep 17 00:00:00 2001 From: Shaun Ruffell Date: Wed, 30 Apr 2014 11:45:00 -0500 Subject: [PATCH] wcte43x: Trivial fix of 'source' in comment. Signed-off-by: Shaun Ruffell --- drivers/dahdi/wcte43x-base.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/dahdi/wcte43x-base.c b/drivers/dahdi/wcte43x-base.c index e0f8968..b6aad3a 100644 --- a/drivers/dahdi/wcte43x-base.c +++ b/drivers/dahdi/wcte43x-base.c @@ -1210,7 +1210,7 @@ static void t43x_clksrc_work_fn(struct work_struct *data) * @mode: The clock mode that we would like to move to. * @master: If true, drive the clock on the timing header. * - * The clock srouce cannot be changed while DMA is active, so this function + * The clock source cannot be changed while DMA is active, so this function * will stop the DMA, then queue a delayed work item in order to come back and * check that DMA was actually stopped before changing the source of the clock. *