diff options
author | Jean Delvare <khali@linux-fr.org> | 2008-10-15 13:47:36 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2008-10-17 16:25:11 -0400 |
commit | 2a1d245b70f3f966f96767aaea1a2db6823e2f6e (patch) | |
tree | b783f81c10fdbe5e4baa8e56436a770d95aea7d5 /drivers/media/video | |
parent | def52393205cbd22b0b4a59096db2a0dcc72cd0a (diff) |
V4L/DVB (9240): saa7127: Fix two typos
Signed-off-by: Jean Delvare <khali@linux-fr.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/video')
-rw-r--r-- | drivers/media/video/saa7127.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/video/saa7127.c b/drivers/media/video/saa7127.c index d0e83fe0ff5..cc02fb18efa 100644 --- a/drivers/media/video/saa7127.c +++ b/drivers/media/video/saa7127.c | |||
@@ -29,7 +29,7 @@ | |||
29 | * Note: the saa7126 is identical to the saa7127, and the saa7128 is | 29 | * Note: the saa7126 is identical to the saa7127, and the saa7128 is |
30 | * identical to the saa7129, except that the saa7126 and saa7128 have | 30 | * identical to the saa7129, except that the saa7126 and saa7128 have |
31 | * macrovision anti-taping support. This driver will almost certainly | 31 | * macrovision anti-taping support. This driver will almost certainly |
32 | * work find for those chips, except of course for the missing anti-taping | 32 | * work fine for those chips, except of course for the missing anti-taping |
33 | * support. | 33 | * support. |
34 | * | 34 | * |
35 | * This program is free software; you can redistribute it and/or modify | 35 | * This program is free software; you can redistribute it and/or modify |