diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2009-07-04 16:50:43 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2009-07-04 16:50:43 +0200 |
commit | b22bbfffec182997827b0a71eeb93ddafbde602c (patch) | |
tree | c7822f5ed12ed82e4116121ea775510db232b111 /miscutils | |
parent | fca70a8cce579ce8cc8caf246c22f0c6e6c6e139 (diff) | |
download | busybox-b22bbfffec182997827b0a71eeb93ddafbde602c.tar.gz |
fix dependencies of FEATURE_GETOPT_LONG
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'miscutils')
-rw-r--r-- | miscutils/hdparm.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; |