diff options
author | Andreas Oberritter <devnull@localhost> | 2003-02-16 01:09:10 +0000 |
---|---|---|
committer | Andreas Oberritter <devnull@localhost> | 2003-02-16 01:09:10 +0000 |
commit | a9efda8a3f134c8fd7420450e96ec730e1fe420a (patch) | |
tree | a283e2c2d4ba57095d7d3b349e886fb2900fc1f0 | |
parent | b7d208aa516916b1e2726b1363b7002b408fdeef (diff) | |
download | mediapointer-dvb-s2-a9efda8a3f134c8fd7420450e96ec730e1fe420a.tar.gz mediapointer-dvb-s2-a9efda8a3f134c8fd7420450e96ec730e1fe420a.tar.bz2 |
typo
-rw-r--r-- | linux/include/linux/dvb/frontend.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/include/linux/dvb/frontend.h b/linux/include/linux/dvb/frontend.h index 38000c4cf..25c85a2ab 100644 --- a/linux/include/linux/dvb/frontend.h +++ b/linux/include/linux/dvb/frontend.h @@ -126,7 +126,7 @@ typedef enum fe_status { FE_HAS_LOCK = 0x10, /* everything's working... */ FE_TIMEDOUT = 0x20, /* no lock within the last ~2 seconds */ FE_REINIT = 0x40 /* frontend was reinitialized, */ -} fe_status_t; /* application is recommned to reset */ +} fe_status_t; /* application is recommended to reset */ /* DiSEqC, tone and parameters */ typedef enum fe_spectral_inversion { |