summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Shalayeff <mickey@cvs.openbsd.org>2004-04-18 00:25:23 +0000
committerMichael Shalayeff <mickey@cvs.openbsd.org>2004-04-18 00:25:23 +0000
commit99ba8bcc52a03b8734604686e8b96ebeff3e9388 (patch)
tree9a0592361368291d08093faea51fcfaafbf7a97e
parentad356aecb8f06f85aebeb1a9d481471f421ab7e9 (diff)
typo in a comment
-rw-r--r--sys/arch/vax/vax/intvec.s4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/vax/vax/intvec.s b/sys/arch/vax/vax/intvec.s
index cd0e19e8e09..8a4f22f568d 100644
--- a/sys/arch/vax/vax/intvec.s
+++ b/sys/arch/vax/vax/intvec.s
@@ -1,4 +1,4 @@
-/* $OpenBSD: intvec.s,v 1.17 2003/11/07 10:16:45 jmc Exp $ */
+/* $OpenBSD: intvec.s,v 1.18 2004/04/18 00:25:22 mickey Exp $ */
/* $NetBSD: intvec.s,v 1.39 1999/06/28 08:20:48 itojun Exp $ */
/*
@@ -115,7 +115,7 @@ _rpb:
NOVEC; # Unused, 7C
NOVEC; # Unused, 80
NOVEC; # Unused, 84
- INTVEC(astintr, KSTACK) # Asynchronous Sustem Trap, AST
+ INTVEC(astintr, KSTACK) # Asynchronous System Trap, AST
NOVEC; # Unused, 8C
NOVEC; # Unused, 90
NOVEC; # Unused, 94