From e3e0d151acb434a59a3142682aabbf33bf919797 Mon Sep 17 00:00:00 2001 From: David Gwynne Date: Sun, 18 Sep 2005 06:59:33 +0000 Subject: speeling --- sys/dev/ic/amireg.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/sys/dev/ic/amireg.h b/sys/dev/ic/amireg.h index 74289b386ce..d77790e8f7b 100644 --- a/sys/dev/ic/amireg.h +++ b/sys/dev/ic/amireg.h @@ -1,4 +1,4 @@ -/* $OpenBSD: amireg.h,v 1.22 2005/08/17 21:36:42 marco Exp $ */ +/* $OpenBSD: amireg.h,v 1.23 2005/09/18 06:59:32 dlg Exp $ */ /* * Copyright (c) 2000 Michael Shalayeff @@ -250,7 +250,7 @@ struct ami_iocmd { u_int8_t aio_pad1[3]; } _ami_io; -#define acc_passthru _._ami_passru +#define acc_passthru _._ami_passthru struct { u_int16_t apt_dummy0; u_int32_t apt_dummy1; @@ -258,7 +258,7 @@ struct ami_iocmd { u_int8_t apt_dummy2; u_int8_t apt_dummy3; u_int8_t apt_reserved; - } _ami_passru; + } _ami_passthru; #define acc_ldrv _._ami_ldrv struct { @@ -313,7 +313,7 @@ struct ami_iocmd64 { u_int8_t apt_dummy2; u_int8_t apt_dummy3; u_int8_t apt_reserved; - } _ami_passru; + } _ami_passthru; struct { u_int16_t ald_dummy0; -- cgit v1.2.3