diff options
author | Michael Krufky <mkrufky@linuxtv.org> | 2006-04-03 00:29:09 -0400 |
---|---|---|
committer | Michael Krufky <mkrufky@linuxtv.org> | 2006-04-03 00:29:09 -0400 |
commit | 30b707f350a19c509cef7bc77307e7103ff0905c (patch) | |
tree | 2bec27d74c200956d7284b9e3c483b8480c24519 /linux/drivers/media/dvb/frontends/or51132.c | |
parent | 3d4262b9e984457f7bc9d65ce701fbfc06b8b197 (diff) | |
download | mediapointer-dvb-s2-30b707f350a19c509cef7bc77307e7103ff0905c.tar.gz mediapointer-dvb-s2-30b707f350a19c509cef7bc77307e7103ff0905c.tar.bz2 |
fix spelling error / typo in comments
From: Michael Krufky <mkrufky@linuxtv.org>
Signed-off-by: Michael Krufky <mkrufky@linuxtv.org>
Diffstat (limited to 'linux/drivers/media/dvb/frontends/or51132.c')
-rw-r--r-- | linux/drivers/media/dvb/frontends/or51132.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/drivers/media/dvb/frontends/or51132.c b/linux/drivers/media/dvb/frontends/or51132.c index dca1de555..a2a19aeb3 100644 --- a/linux/drivers/media/dvb/frontends/or51132.c +++ b/linux/drivers/media/dvb/frontends/or51132.c @@ -183,7 +183,7 @@ static int or51132_load_firmware (struct dvb_frontend* fe, const struct firmware for(i=0;i<4;i++) { msleep(20); /* 20ms */ - /* One apon a time, this command might have had something + /* Once upon a time, this command might have had something to do with getting the firmware version, but it's not used anymore: {0x04,0x00,0x30,0x00,i+1} */ |