dmaengine: timb_dma: fix spelling mistake: "Couldnt" -> "Couldn't"
[linux-2.6-microblaze.git] / drivers / dma / timb_dma.c
index 896bafb..395c698 100644 (file)
@@ -422,7 +422,7 @@ static int td_alloc_chan_resources(struct dma_chan *chan)
                                break;
                        else {
                                dev_err(chan2dev(chan),
-                                       "Couldnt allocate any descriptors\n");
+                                       "Couldn't allocate any descriptors\n");
                                return -ENOMEM;
                        }
                }