summaryrefslogtreecommitdiff
path: root/linux/include/media/videobuf-dma-sg.h
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@infradead.org>2008-07-17 11:25:22 -0300
committerMauro Carvalho Chehab <mchehab@infradead.org>2008-07-17 11:25:22 -0300
commit4c84a6e76e0e11dc6b85b8fcf1a10b08632c66b9 (patch)
tree109a2119d00144527c686d7aa9d5ae09724383f0 /linux/include/media/videobuf-dma-sg.h
parentc6071050792a48dd93a475eeadecdd17064a351c (diff)
parent3fe2344caf39a540e5315763e4a5ca0183afbd51 (diff)
downloadmediapointer-dvb-s2-4c84a6e76e0e11dc6b85b8fcf1a10b08632c66b9.tar.gz
mediapointer-dvb-s2-4c84a6e76e0e11dc6b85b8fcf1a10b08632c66b9.tar.bz2
merge: http://linuxtv.org/hg/~jfrancois/gspca/
From: Mauro Carvalho Chehab <mchehab@infradead.org> Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'linux/include/media/videobuf-dma-sg.h')
-rw-r--r--linux/include/media/videobuf-dma-sg.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/include/media/videobuf-dma-sg.h b/linux/include/media/videobuf-dma-sg.h
index be8da269e..90edd22d3 100644
--- a/linux/include/media/videobuf-dma-sg.h
+++ b/linux/include/media/videobuf-dma-sg.h
@@ -1,7 +1,7 @@
/*
* helper functions for SG DMA video4linux capture buffers
*
- * The functions expect the hardware being able to scatter gatter
+ * The functions expect the hardware being able to scatter gather
* (i.e. the buffers are not linear in physical memory, but fragmented
* into PAGE_SIZE chunks). They also assume the driver does not need
* to touch the video data.