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

@ -125,7 +125,7 @@ int vb2_get_contig_userptr(unsigned long vaddr, unsigned long size,
}
/*
* Memory is contigous, lock vma and return to the caller
* Memory is contiguous, lock vma and return to the caller
*/
*res_vma = vb2_get_vma(vma);
if (*res_vma == NULL)