dma-contiguous: fix a typo error in a comment

Fix a typo error in cma description comment: "then" -> "than".

Signed-off-by: tangjianqiang <tangjianqiang@xiaomi.com>
Signed-off-by: Christoph Hellwig <hch@lst.de>
This commit is contained in:
tangjianqiang 2020-11-24 18:40:19 +08:00 committed by Christoph Hellwig
parent 94035edcb4
commit 819b70ad62
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@
* coders, etc.
*
* Such devices often require big memory buffers (a full HD frame
* is, for instance, more then 2 mega pixels large, i.e. more than 6
* is, for instance, more than 2 mega pixels large, i.e. more than 6
* MB of memory), which makes mechanisms such as kmalloc() or
* alloc_page() ineffective.
*