From 4b5549eb7177dfc955b9247f9190ad9252c8039c Mon Sep 17 00:00:00 2001 From: Kenneth R Westerback Date: Fri, 25 May 2007 21:27:17 +0000 Subject: "interupt" -> "interrupt" in various comments. Mostly from Diego Casati. --- sys/arch/arm/xscale/pxa2x0reg.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/arch/arm') diff --git a/sys/arch/arm/xscale/pxa2x0reg.h b/sys/arch/arm/xscale/pxa2x0reg.h index e53d35fa9c0..421f3e727e7 100644 --- a/sys/arch/arm/xscale/pxa2x0reg.h +++ b/sys/arch/arm/xscale/pxa2x0reg.h @@ -1,4 +1,4 @@ -/* $OpenBSD: pxa2x0reg.h,v 1.29 2007/03/18 20:53:10 uwe Exp $ */ +/* $OpenBSD: pxa2x0reg.h,v 1.30 2007/05/25 21:27:15 krw Exp $ */ /* $NetBSD: pxa2x0reg.h,v 1.4 2003/06/11 20:43:01 scw Exp $ */ /* @@ -705,7 +705,7 @@ struct pxa2x0_dma_desc { #define MCCR_FSRIE (1<<1) /* FIFO Service Request Intr Enable */ #define MCCR_FEIE (1<<3) /* FIFO Error Intr Enable */ #define AC97_GCR 0x000c /* Global Control Register */ -#define GCR_GPI_IE (1<<0) /* Codec GPI Interupt Enable */ +#define GCR_GPI_IE (1<<0) /* Codec GPI Interrupt Enable */ #define GCR_nCRST (1<<1) /* AC '97 Cold Reset */ #define GCR_WRST (1<<2) /* AC '97 Warm Reset */ #define GCR_ACOFF (1<<3) /* AC-Link Shut Off */ -- cgit v1.2.3