dma-contiguous: fix a typo error in a comment
authortangjianqiang <wyqt1985@gmail.com>
Tue, 24 Nov 2020 10:40:19 +0000 (18:40 +0800)
committerChristoph Hellwig <hch@lst.de>
Fri, 27 Nov 2020 09:33:42 +0000 (10:33 +0100)
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>
kernel/dma/contiguous.c

index 16b95ff12e4df30f19054545fd91c2e92f0f5d6c..3d63d91cba5cf2ab18888edfceec2d2da120998a 100644 (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.
  *