diff options
-rw-r--r-- | sys/arch/vax/include/scb.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/vax/include/scb.h b/sys/arch/vax/include/scb.h index 8cb5786f167..5f2b6d8b7dc 100644 --- a/sys/arch/vax/include/scb.h +++ b/sys/arch/vax/include/scb.h @@ -1,4 +1,4 @@ -/* $OpenBSD: scb.h,v 1.8 2006/07/19 20:22:36 miod Exp $ */ +/* $OpenBSD: scb.h,v 1.9 2007/04/10 18:31:44 miod Exp $ */ /* $NetBSD: scb.h,v 1.11 2000/07/10 09:14:34 ragge Exp $ */ /* @@ -112,7 +112,7 @@ struct scb { /* * This struct is used when setting up interrupt vectors dynamically. - * It put a opaque 32 bit quanity on the stack and also has a placeholder + * It puts a opaque 32 bit quantity on the stack and also has a placeholder * for evcount structure. */ struct ivec_dsp { |