diff options
author | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-02-05 10:40:14 -0200 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-02-05 10:40:14 -0200 |
commit | e4d2ad96d3876243a74af7ccdf5a984bebf90ea5 (patch) | |
tree | 2821173893c12ef7b66cd843c6b8614a77b65380 /linux/drivers/media/video/pwc/pwc-if.c | |
parent | 7bb957ce707856c2df5092cdd8773601e22aa1fb (diff) | |
download | mediapointer-dvb-s2-e4d2ad96d3876243a74af7ccdf5a984bebf90ea5.tar.gz mediapointer-dvb-s2-e4d2ad96d3876243a74af7ccdf5a984bebf90ea5.tar.bz2 |
More English fixes from kernel tree
From: Mauro Carvalho Chehab <mchehab@infradead.org>
kernel-sync:
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'linux/drivers/media/video/pwc/pwc-if.c')
-rw-r--r-- | linux/drivers/media/video/pwc/pwc-if.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/drivers/media/video/pwc/pwc-if.c b/linux/drivers/media/video/pwc/pwc-if.c index b09443b09..6e8474fc0 100644 --- a/linux/drivers/media/video/pwc/pwc-if.c +++ b/linux/drivers/media/video/pwc/pwc-if.c @@ -542,7 +542,7 @@ int pwc_handle_frame(struct pwc_device *pdev) } if (pdev->read_frame != NULL) { - /* Decompression is a lenghty process, so it's outside of the lock. + /* Decompression is a lengthy process, so it's outside of the lock. This gives the isoc_handler the opportunity to fill more frames in the mean time. */ |