summaryrefslogtreecommitdiff
path: root/sys/arch/vax
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/vax')
-rw-r--r--sys/arch/vax/vax/findcpu.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/vax/vax/findcpu.c b/sys/arch/vax/vax/findcpu.c
index caaa8645e08..2bb46c01bc4 100644
--- a/sys/arch/vax/vax/findcpu.c
+++ b/sys/arch/vax/vax/findcpu.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: findcpu.c,v 1.2 2000/10/10 18:21:28 bjc Exp $ */
+/* $OpenBSD: findcpu.c,v 1.3 2000/10/11 11:32:07 hugh Exp $ */
/* $NetBSD: findcpu.c,v 1.5 1999/08/23 19:10:43 ragge Exp $ */
/*
* Copyright (c) 1994, 1998 Ludd, University of Lule}, Sweden.
@@ -108,7 +108,7 @@ findcpu()
case VAX_BTYP_69D:
case VAX_BTYP_630:
case VAX_BTYP_650:
- case VAX_BTYP_1303:
+ case VAX_BTYP_1303:
vax_bustype = VAX_IBUS;
break;