aboutsummaryrefslogtreecommitdiff
path: root/miscutils
diff options
context:
space:
mode:
Diffstat (limited to 'miscutils')
-rw-r--r--miscutils/hdparm.c2
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)
675 swab(val, buf, sizeof(buf)); 675 swab(val, buf, sizeof(buf));
676 val = buf; 676 val = buf;
677#endif 677#endif
678 /* check if we recognise the device type */ 678 /* check if we recognize the device type */
679 bb_putchar('\n'); 679 bb_putchar('\n');
680 if (!(val[GEN_CONFIG] & NOT_ATA)) { 680 if (!(val[GEN_CONFIG] & NOT_ATA)) {
681 dev = ATA_DEV; 681 dev = ATA_DEV;