diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2015-07-07 10:14:59 +0900 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.com> | 2015-08-07 14:46:24 +0200 |
commit | e1c05067c323fb92d27418fb3586171bd7ce2e12 (patch) | |
tree | 3b232a199736e0360bb32741c07658dc096a58a6 /drivers/media/v4l2-core | |
parent | 6ade97724fb571338a0f82ecaac5bced2f43f042 (diff) | |
download | talos-op-linux-e1c05067c323fb92d27418fb3586171bd7ce2e12.tar.gz talos-op-linux-e1c05067c323fb92d27418fb3586171bd7ce2e12.zip |
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>
Diffstat (limited to 'drivers/media/v4l2-core')
-rw-r--r-- | drivers/media/v4l2-core/videobuf2-memops.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/v4l2-core/videobuf2-memops.c b/drivers/media/v4l2-core/videobuf2-memops.c index 81c1ad8b2cf1..0d49b7951f84 100644 --- a/drivers/media/v4l2-core/videobuf2-memops.c +++ b/drivers/media/v4l2-core/videobuf2-memops.c @@ -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) |