spelling: s/usefull/useful/

Signed-off-by: Adrian Bunk <bunk@stusta.de>
This commit is contained in:
Adrian Bunk
2006-01-10 00:08:17 +01:00
committed by Adrian Bunk
parent f17578decc
commit a58a414fd5
9 changed files with 13 additions and 13 deletions
+1 -1
View File
@@ -48,7 +48,7 @@ static int io = 0x384;
static int radio_nr = -1;
/* hw precision is 12.5 kHz
* It is only usefull to give freq in intervall of 200 (=0.0125Mhz),
* It is only useful to give freq in intervall of 200 (=0.0125Mhz),
* other bits will be truncated
*/
#define RSF16_ENCODE(x) ((x)/200+856)