diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2002-02-10 23:15:06 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2002-02-10 23:15:06 +0000 |
commit | f219204e622c247bff69aac64de1942dc8bfaff3 (patch) | |
tree | 1528ee61cf79228f134a59c5fc149f8d67e9240a /sys/arch/mvme88k/include | |
parent | bfbcc49c92083563ea5a036a9aeb295fc495af8c (diff) |
spelling
Diffstat (limited to 'sys/arch/mvme88k/include')
-rw-r--r-- | sys/arch/mvme88k/include/intr.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/mvme88k/include/intr.h b/sys/arch/mvme88k/include/intr.h index 7c936f48dc3..c544bc10a04 100644 --- a/sys/arch/mvme88k/include/intr.h +++ b/sys/arch/mvme88k/include/intr.h @@ -1,4 +1,4 @@ -/* $OpenBSD: intr.h,v 1.6 2001/12/16 23:49:46 miod Exp $ */ +/* $OpenBSD: intr.h,v 1.7 2002/02/10 23:15:05 deraadt Exp $ */ /* * Copyright (C) 2000 Steve Murphree, Jr. * All rights reserved. @@ -47,7 +47,7 @@ #define M88K_LEVEL6_IRQ 6 #define M88K_LEVEL7_IRQ 7 /* - * We keep track of these seperately, but + * We keep track of these separately, but * they will be reflected with the above also. */ #define M88K_CLK_IRQ 8 |