treewide: fix typos in comment blocks

Looks like the word "contiguous" is often mistyped.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Signed-off-by: Jiri Kosina <jkosina@suse.com>
This commit is contained in:
Masahiro Yamada
2015-07-07 10:14:59 +09:00
committed by Jiri Kosina
parent 6ade97724f
commit e1c05067c3
12 changed files with 18 additions and 18 deletions

View File

@@ -476,7 +476,7 @@ static void __init bootmem_init(void)
* o bootmem_init()
* o sparse_init()
* o paging_init()
* o dma_continguous_reserve()
* o dma_contiguous_reserve()
*
* At this stage the bootmem allocator is ready to use.
*