From ccd94e9d2caa12f446d11f3a1b5c794bde9dcaf6 Mon Sep 17 00:00:00 2001 From: Jason McIntyre Date: Tue, 21 Oct 2003 09:57:05 +0000 Subject: typos from Tom Cosgrove; --- sys/dev/ata/atareg.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'sys/dev/ata/atareg.h') diff --git a/sys/dev/ata/atareg.h b/sys/dev/ata/atareg.h index 476599f9e37..dba0d872881 100644 --- a/sys/dev/ata/atareg.h +++ b/sys/dev/ata/atareg.h @@ -1,4 +1,4 @@ -/* $OpenBSD: atareg.h,v 1.10 2003/10/16 20:03:40 grange Exp $ */ +/* $OpenBSD: atareg.h,v 1.11 2003/10/21 09:57:04 jmc Exp $ */ /* $NetBSD: atareg.h,v 1.5 1999/01/18 20:06:24 bouyer Exp $ */ #ifndef __DEV_ATA_ATAREG_H__ @@ -69,12 +69,12 @@ struct ataparams { u_int8_t atap_olddmatiming; /* 52: old DMA timing mode (ATA) */ u_int8_t __junk3; #endif - u_int16_t atap_extensions; /* 53: extentions supported */ + u_int16_t atap_extensions; /* 53: extensions supported */ #define WDC_EXT_UDMA_MODES 0x0004 #define WDC_EXT_MODES 0x0002 #define WDC_EXT_GEOM 0x0001 /* words 54-62 are ATA only */ - u_int16_t atap_curcylinders; /* 54: current logical cyliners */ + u_int16_t atap_curcylinders; /* 54: current logical cylinders */ u_int16_t atap_curheads; /* 55: current logical heads */ u_int16_t atap_cursectors; /* 56: current logical sectors/tracks */ u_int16_t atap_curcapacity[2]; /* 57-58: current capacity */ @@ -95,7 +95,7 @@ struct ataparams { u_int8_t atap_piomode_supp; /* 64: PIO mode supported */ #endif u_int16_t atap_dmatiming_mimi; /* 65: minimum DMA cycle time */ - u_int16_t atap_dmatiming_recom; /* 66: recomended DMA cycle time */ + u_int16_t atap_dmatiming_recom; /* 66: recommended DMA cycle time */ u_int16_t atap_piotiming; /* 67: mini PIO cycle time without FC */ u_int16_t atap_piotiming_iordy; /* 68: mini PIO cycle time with IORDY FC */ u_int16_t __reserved3[2]; -- cgit v1.2.3