summaryrefslogtreecommitdiff
path: root/sys/arch
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2011-09-19 20:58:33 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2011-09-19 20:58:33 +0000
commit88a0a713bca6e63cf4199ebd1af80c4933416c77 (patch)
tree1aa0329e5dbc291843fc8c2608fb48e6d69a382d /sys/arch
parenta86cb4f731f7887e6ec8d9213d96355edce9f31c (diff)
Fix obvious cut'n'paste error in a comment.
Diffstat (limited to 'sys/arch')
-rw-r--r--sys/arch/vax/include/cvax.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/vax/include/cvax.h b/sys/arch/vax/include/cvax.h
index 5137b598cd4..f5d454aa6e7 100644
--- a/sys/arch/vax/include/cvax.h
+++ b/sys/arch/vax/include/cvax.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: cvax.h,v 1.1 2008/08/18 23:07:24 miod Exp $ */
+/* $OpenBSD: cvax.h,v 1.2 2011/09/19 20:58:32 miod Exp $ */
/* $NetBSD: ka650.h,v 1.6 1997/07/26 10:12:43 ragge Exp $ */
/*
* Copyright (c) 1988 The Regents of the University of California.
@@ -113,7 +113,7 @@ extern struct cvax_ssc *cvax_ssc_ptr;
* Machine Check frame
*/
struct cvax_mchk_frame {
- int cvax_bcnt; /* byte count == 0xc */
+ int cvax_bcnt; /* byte count == 0x10 */
int cvax_summary; /* summary parameter */
int cvax_mrvaddr; /* most recent vad */
int cvax_istate1; /* internal state */