aboutsummaryrefslogtreecommitdiff
path: root/drivers/dma/pl330.c
diff options
context:
space:
mode:
authorMasanari Iida <standby24x7@gmail.com>2012-08-04 23:37:53 +0900
committerJiri Kosina <jkosina@suse.cz>2012-09-01 08:57:12 -0700
commitd73111c6d43f08d697a3d986fe3bd8ca796a2096 (patch)
tree37d2c0e7e75c461ce4fa333ed5c7a1d74f2d9ff3 /drivers/dma/pl330.c
parent886db6acf468bb6684e936a5456d470c69a75ef8 (diff)
dma: fix comments
Correct spelling typo in drivers/dma. Signed-off-by: Masanari Iida <standby24x7@gmail.com> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/dma/pl330.c')
-rw-r--r--drivers/dma/pl330.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/dma/pl330.c b/drivers/dma/pl330.c
index e4feba6b03c..2343d7d6b05 100644
--- a/drivers/dma/pl330.c
+++ b/drivers/dma/pl330.c
@@ -522,7 +522,7 @@ enum desc_status {
/* In the DMAC pool */
FREE,
/*
- * Allocted to some channel during prep_xxx
+ * Allocated to some channel during prep_xxx
* Also may be sitting on the work_list.
*/
PREP,