From b22bbfffec182997827b0a71eeb93ddafbde602c Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Sat, 4 Jul 2009 16:50:43 +0200 Subject: fix dependencies of FEATURE_GETOPT_LONG Signed-off-by: Denys Vlasenko --- miscutils/hdparm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'miscutils/hdparm.c') diff --git a/miscutils/hdparm.c b/miscutils/hdparm.c index 0d374ca4a..e8a483830 100644 --- a/miscutils/hdparm.c +++ b/miscutils/hdparm.c @@ -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; -- cgit v1.2.3