diff options
Diffstat (limited to 'miscutils/hdparm.c')
-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; |