diff options
author | Nikanth Karthikesan <knikanth@suse.de> | 2010-09-20 11:44:00 +0530 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2010-09-21 17:04:50 +0200 |
commit | 817f2c842d6c38acfd58d20d29ba583ec467ae35 (patch) | |
tree | f1afe7175e0a2b3ecf465f26804ad8c3f6f7d263 /drivers/media/video/zoran | |
parent | 0bc79f7f58f5d0670c776818e38f482555bc27ae (diff) |
Fix various typos of valid in comments
Fix various typos of valid.
Signed-off-by: Nikanth Karthikesan <knikanth@suse.de>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/media/video/zoran')
-rw-r--r-- | drivers/media/video/zoran/zoran_driver.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/video/zoran/zoran_driver.c b/drivers/media/video/zoran/zoran_driver.c index 6f89d0a096ea..3c471a4e3e4a 100644 --- a/drivers/media/video/zoran/zoran_driver.c +++ b/drivers/media/video/zoran/zoran_driver.c @@ -1177,7 +1177,7 @@ static int setup_window(struct zoran_fh *fh, int x, int y, int width, int height if (height > BUZ_MAX_HEIGHT) height = BUZ_MAX_HEIGHT; - /* Check for vaild parameters */ + /* Check for invalid parameters */ if (width < BUZ_MIN_WIDTH || height < BUZ_MIN_HEIGHT || width > BUZ_MAX_WIDTH || height > BUZ_MAX_HEIGHT) { dprintk(1, |