diff options
author | Michael Krufky <mkrufky@linuxtv.org> | 2006-04-03 00:29:09 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2006-06-25 00:57:42 -0400 |
commit | d147ed2aa46c3cfcbfeadb5d689e80b14cf1f160 (patch) | |
tree | 24e6f78ee0ad9751999bd3fc862cfa8733c2a837 /drivers/media/dvb | |
parent | c3291069c2c22c3154e0809345f34ec9962d7d24 (diff) |
V4L/DVB (3720): Fix spelling error / typo in comments
Signed-off-by: Michael Krufky <mkrufky@linuxtv.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/dvb')
-rw-r--r-- | drivers/media/dvb/frontends/or51132.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/dvb/frontends/or51132.c b/drivers/media/dvb/frontends/or51132.c index dca1de555a58..a2a19aeb3b58 100644 --- a/drivers/media/dvb/frontends/or51132.c +++ b/drivers/media/dvb/frontends/or51132.c | |||
@@ -183,7 +183,7 @@ static int or51132_load_firmware (struct dvb_frontend* fe, const struct firmware | |||
183 | 183 | ||
184 | for(i=0;i<4;i++) { | 184 | for(i=0;i<4;i++) { |
185 | msleep(20); /* 20ms */ | 185 | msleep(20); /* 20ms */ |
186 | /* One apon a time, this command might have had something | 186 | /* Once upon a time, this command might have had something |
187 | to do with getting the firmware version, but it's | 187 | to do with getting the firmware version, but it's |
188 | not used anymore: | 188 | not used anymore: |
189 | {0x04,0x00,0x30,0x00,i+1} */ | 189 | {0x04,0x00,0x30,0x00,i+1} */ |