From 3e08a4a0278ef23af9fbd7fe4287207ca952e5a7 Mon Sep 17 00:00:00 2001 From: kleink Date: Mon, 18 May 1998 17:37:38 +0000 Subject: [PATCH] Spell `interrupt' correctly. --- sys/arch/hp300/include/intr.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/arch/hp300/include/intr.h b/sys/arch/hp300/include/intr.h index 84293681ec90..38255c0c6488 100644 --- a/sys/arch/hp300/include/intr.h +++ b/sys/arch/hp300/include/intr.h @@ -1,4 +1,4 @@ -/* $NetBSD: intr.h,v 1.3 1997/10/09 08:58:47 jtc Exp $ */ +/* $NetBSD: intr.h,v 1.4 1998/05/18 17:37:38 kleink Exp $ */ /*- * Copyright (c) 1996, 1997 The NetBSD Foundation, Inc. @@ -128,7 +128,7 @@ struct isr { /* * These four globals contain the appropriate PSL_S|PSL_IPL? values - * to raise interupt priority to the requested level. + * to raise interrupt priority to the requested level. */ extern unsigned short hp300_bioipl; extern unsigned short hp300_netipl;