aboutsummaryrefslogtreecommitdiffstats
path: root/include/media
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.masahiro@socionext.com>2015-07-07 10:14:59 +0900
committerJiri Kosina <jkosina@suse.com>2015-08-07 14:46:24 +0200
commite1c05067c323fb92d27418fb3586171bd7ce2e12 (patch)
tree3b232a199736e0360bb32741c07658dc096a58a6 /include/media
parentDoc: fix trivial typo in SubmittingPatches (diff)
downloadlinux-dev-e1c05067c323fb92d27418fb3586171bd7ce2e12.tar.xz
linux-dev-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 'include/media')
-rw-r--r--include/media/videobuf-core.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/media/videobuf-core.h b/include/media/videobuf-core.h
index 8c6e825940e5..d760aa73ebbb 100644
--- a/include/media/videobuf-core.h
+++ b/include/media/videobuf-core.h
@@ -37,7 +37,7 @@ struct videobuf_queue;
*
* about the mmap helpers (videobuf_mmap_*):
*
- * The mmaper function allows to map any subset of contingous buffers.
+ * The mmaper function allows to map any subset of contiguous buffers.
* This includes one mmap() call for all buffers (which the original
* video4linux API uses) as well as one mmap() for every single buffer
* (which v4l2 uses).