From 36a092ab9d9fc68c1832c1ed972834cde5b8d2f8 Mon Sep 17 00:00:00 2001 From: Miod Vallat Date: Sat, 4 Mar 2006 19:33:23 +0000 Subject: Typos grab bag of the month, eyeballed by jmc@ --- sys/dev/ic/aic7xxxvar.h | 6 +++--- sys/dev/isa/if_edreg.h | 4 ++-- sys/dev/isa/if_wereg.h | 4 ++-- sys/dev/pci/alipm.c | 4 ++-- 4 files changed, 9 insertions(+), 9 deletions(-) (limited to 'sys/dev') diff --git a/sys/dev/ic/aic7xxxvar.h b/sys/dev/ic/aic7xxxvar.h index 584f9e27492..053df04bdb8 100644 --- a/sys/dev/ic/aic7xxxvar.h +++ b/sys/dev/ic/aic7xxxvar.h @@ -1,4 +1,4 @@ -/* $OpenBSD: aic7xxxvar.h,v 1.21 2005/12/28 03:00:07 krw Exp $ */ +/* $OpenBSD: aic7xxxvar.h,v 1.22 2006/03/04 19:33:21 miod Exp $ */ /* * Core definitions and data structures shareable across OS platforms. * @@ -38,7 +38,7 @@ * IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * POSSIBILITY OF SUCH DAMAGES. * - * $Id: aic7xxxvar.h,v 1.21 2005/12/28 03:00:07 krw Exp $ + * $Id: aic7xxxvar.h,v 1.22 2006/03/04 19:33:21 miod Exp $ * * $FreeBSD: src/sys/dev/aic7xxx/aic7xxx.h,v 1.50 2003/12/17 00:02:09 gibbs Exp $ */ @@ -1022,7 +1022,7 @@ struct ahc_softc { /* * Device instance currently on the bus awaiting a continue TIO - * for a command that was not given the disconnect priviledge. + * for a command that was not given the disconnect privilege. */ struct ahc_tmode_lstate *pending_device; diff --git a/sys/dev/isa/if_edreg.h b/sys/dev/isa/if_edreg.h index 603a5f8eca2..42c9b544b9f 100644 --- a/sys/dev/isa/if_edreg.h +++ b/sys/dev/isa/if_edreg.h @@ -1,4 +1,4 @@ -/* $OpenBSD: if_edreg.h,v 1.6 2002/06/03 20:01:37 deraadt Exp $ */ +/* $OpenBSD: if_edreg.h,v 1.7 2006/03/04 19:33:21 miod Exp $ */ /* $NetBSD: if_edreg.h,v 1.15 1996/01/10 16:49:22 chuck Exp $ */ /* @@ -180,7 +180,7 @@ /* * General Control Register (GCR) - * Eanbled with SWH bit == 1 in HWR register + * Enabled with SWH bit == 1 in HWR register */ #define ED_WD790_GCR 0x0d diff --git a/sys/dev/isa/if_wereg.h b/sys/dev/isa/if_wereg.h index e5b64024821..6cfa4c27d52 100644 --- a/sys/dev/isa/if_wereg.h +++ b/sys/dev/isa/if_wereg.h @@ -1,4 +1,4 @@ -/* $OpenBSD: if_wereg.h,v 1.2 2002/06/03 20:01:37 deraadt Exp $ */ +/* $OpenBSD: if_wereg.h,v 1.3 2006/03/04 19:33:21 miod Exp $ */ /* $NetBSD: if_wereg.h,v 1.1 1997/11/03 21:22:50 thorpej Exp $ */ /* @@ -163,7 +163,7 @@ /* * General Control Register (GCR) - * Eanbled with SWH bit == 1 in HWR register + * Enabled with SWH bit == 1 in HWR register */ #define WE790_GCR 0x0d diff --git a/sys/dev/pci/alipm.c b/sys/dev/pci/alipm.c index ef362351b88..4a6446bfafa 100644 --- a/sys/dev/pci/alipm.c +++ b/sys/dev/pci/alipm.c @@ -1,4 +1,4 @@ -/* $OpenBSD: alipm.c,v 1.8 2006/02/26 20:39:16 kettenis Exp $ */ +/* $OpenBSD: alipm.c,v 1.9 2006/03/04 19:33:21 miod Exp $ */ /* * Copyright (c) 2005 Mark Kettenis @@ -39,7 +39,7 @@ /* PCI configuration registers. */ #define ALIPM_CONF 0xd0 /* general configuration */ -#define ALIPM_CONF_SMBEN 0x0400 /* emanble SMBus */ +#define ALIPM_CONF_SMBEN 0x0400 /* enable SMBus */ #define ALIPM_BASE 0xe0 /* ACPI and SMBus base address */ #define ALIPM_SMB_HOSTC 0xf0 /* host configuration */ #define ALIPM_SMB_HOSTC_HSTEN 0x00000001 /* enable host controller */ -- cgit v1.2.3