diff options
author | Hans Verkuil <hverkuil@xs4all.nl> | 2008-07-26 13:37:58 +0200 |
---|---|---|
committer | Hans Verkuil <hverkuil@xs4all.nl> | 2008-07-26 13:37:58 +0200 |
commit | 9d2bbe7ac1500f09286d51f912bdec9bb7d6b493 (patch) | |
tree | ac60b7cb4abae20d2e74c878efd62de60d21523d /linux/drivers | |
parent | 8cac35428a3e0392de8a9b151031ee51c322f41e (diff) | |
download | mediapointer-dvb-s2-9d2bbe7ac1500f09286d51f912bdec9bb7d6b493.tar.gz mediapointer-dvb-s2-9d2bbe7ac1500f09286d51f912bdec9bb7d6b493.tar.bz2 |
fix a few assorted spelling mistakes.
From: Hans Verkuil <hverkuil@xs4all.nl>
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
Diffstat (limited to 'linux/drivers')
-rw-r--r-- | linux/drivers/media/video/videobuf-vmalloc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/drivers/media/video/videobuf-vmalloc.c b/linux/drivers/media/video/videobuf-vmalloc.c index eb25cc257..e9cf83572 100644 --- a/linux/drivers/media/video/videobuf-vmalloc.c +++ b/linux/drivers/media/video/videobuf-vmalloc.c @@ -204,7 +204,7 @@ static int __videobuf_iolock (struct videobuf_queue* q, return 0; /* FIXME: to properly support USERPTR, remap should occur. - The code bellow won't work, since mem->vma = NULL + The code below won't work, since mem->vma = NULL */ /* Try to remap memory */ rc = remap_vmalloc_range(mem->vma, (void *)vb->baddr, 0); |