diff options
| author | andvar <andvar@NetBSD.org> | 2022-05-28 22:16:43 +0000 |
|---|---|---|
| committer | andvar <andvar@NetBSD.org> | 2022-05-28 22:16:43 +0000 |
| commit | 93e1d83524dad135dfd153e87635ecbe70397ebb (patch) | |
| tree | 53f58f2c037cefd086b41b58352d261e98c8fd25 /sys/dev/ata | |
| parent | 051f0471ee6e6db45974cb8415954eb9e52b992e (diff) | |
fix various typos in comments.
Diffstat (limited to 'sys/dev/ata')
| -rw-r--r-- | sys/dev/ata/ata.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/ata/ata.c b/sys/dev/ata/ata.c index 731c23ba729..8c1171d5927 100644 --- a/sys/dev/ata/ata.c +++ b/sys/dev/ata/ata.c @@ -1,4 +1,4 @@ -/* $NetBSD: ata.c,v 1.167 2022/03/14 22:15:51 perseant Exp $ */ +/* $NetBSD: ata.c,v 1.168 2022/05/28 22:16:43 andvar Exp $ */ /* * Copyright (c) 1998, 2001 Manuel Bouyer. All rights reserved. @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: ata.c,v 1.167 2022/03/14 22:15:51 perseant Exp $"); +__KERNEL_RCSID(0, "$NetBSD: ata.c,v 1.168 2022/05/28 22:16:43 andvar Exp $"); #include "opt_ata.h" @@ -1924,7 +1924,7 @@ ata_probe_caps(struct ata_drive_datas *drvp) } /* * If controller's driver can't set its PIO mode, - * get the highter one for the drive. + * get the higher one for the drive. */ if (atac->atac_set_modes == NULL || atac->atac_pio_cap >= i + 3) { |
