diff options
author | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-07-17 11:25:22 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-07-17 11:25:22 -0300 |
commit | 4c84a6e76e0e11dc6b85b8fcf1a10b08632c66b9 (patch) | |
tree | 109a2119d00144527c686d7aa9d5ae09724383f0 /linux/include/media/videobuf-dma-sg.h | |
parent | c6071050792a48dd93a475eeadecdd17064a351c (diff) | |
parent | 3fe2344caf39a540e5315763e4a5ca0183afbd51 (diff) | |
download | mediapointer-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.h | 2 |
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. |