summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkstailey <kstailey@cvs.openbsd.org>1997-07-25 20:43:28 +0000
committerkstailey <kstailey@cvs.openbsd.org>1997-07-25 20:43:28 +0000
commitec5d2ebad5e3102a055932148dd103272602b53b (patch)
tree1641f0f81ab56852578e819676e6957ab45af780
parent7baa7d06cf60a96d45c4a33ac4b83042a409e6f0 (diff)
s/NetBSD/OpenBSD/
-rw-r--r--sys/arch/sun3/sun3/trap.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/sun3/sun3/trap.c b/sys/arch/sun3/sun3/trap.c
index a1a0f877f93..e925ea81bd2 100644
--- a/sys/arch/sun3/sun3/trap.c
+++ b/sys/arch/sun3/sun3/trap.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: trap.c,v 1.16 1997/04/08 17:30:23 briggs Exp $ */
+/* $OpenBSD: trap.c,v 1.17 1997/07/25 20:43:27 kstailey Exp $ */
/* $NetBSD: trap.c,v 1.63-1.65ish 1997/01/16 15:41:40 gwr Exp $ */
/*
@@ -415,7 +415,7 @@ trap(type, code, v, frame)
/*
* SunOS uses Trap #2 for a "CPU cache flush"
* Just flush the on-chip caches and return.
- * XXX - Too bad NetBSD uses trap 2...
+ * XXX - Too bad OpenBSD uses trap 2...
*/
if (p->p_emul == &emul_sunos) {
ICIA();