diff options
author | Uwe Kleine-König | 2010-07-02 20:41:51 +0200 |
---|---|---|
committer | Jiri Kosina | 2010-07-11 21:45:40 +0200 |
commit | 698f93159a735bd29a8767c9f60d9b2d75870f8e (patch) | |
tree | 1ea0556201e4fa79c75db621e33c722eedececda /drivers/media/video/zoran | |
parent | b27d63d8f8d34af57805f56005e217c150187531 (diff) |
fix comment/printk typos concerning "already"
Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/media/video/zoran')
-rw-r--r-- | drivers/media/video/zoran/zoran_device.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/video/zoran/zoran_device.c b/drivers/media/video/zoran/zoran_device.c index e6ad4b205611..6f846abee3e4 100644 --- a/drivers/media/video/zoran/zoran_device.c +++ b/drivers/media/video/zoran/zoran_device.c @@ -484,7 +484,7 @@ zr36057_overlay (struct zoran *zr, zr->overlay_settings.format); /* Start and length of each line MUST be 4-byte aligned. - * This should be allready checked before the call to this routine. + * This should be already checked before the call to this routine. * All error messages are internal driver checking only! */ /* video display top and bottom registers */ |