fix dependencies of FEATURE_GETOPT_LONG

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
Denys Vlasenko 2009-07-04 16:50:43 +02:00
parent fca70a8cce
commit b22bbfffec
6 changed files with 9 additions and 9 deletions

View file

@ -675,7 +675,7 @@ static void identify(uint16_t *val)
swab(val, buf, sizeof(buf));
val = buf;
#endif
/* check if we recognise the device type */
/* check if we recognize the device type */
bb_putchar('\n');
if (!(val[GEN_CONFIG] & NOT_ATA)) {
dev = ATA_DEV;