diff options
Diffstat (limited to 'linux')
-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 { |