summaryrefslogtreecommitdiff
path: root/sys/arch/alpha
diff options
context:
space:
mode:
authorNiklas Hallqvist <niklas@cvs.openbsd.org>1997-07-24 05:57:54 +0000
committerNiklas Hallqvist <niklas@cvs.openbsd.org>1997-07-24 05:57:54 +0000
commit3917510eab9ad6fd0f39359b5242243b96570a8e (patch)
tree8708ff3dacbff3cd1b88b8d66eb27ee41ced889f /sys/arch/alpha
parentf802428afdd27ea1da43d4372b741ad1991aea9c (diff)
comment clarification
Diffstat (limited to 'sys/arch/alpha')
-rw-r--r--sys/arch/alpha/alpha/trap.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/alpha/alpha/trap.c b/sys/arch/alpha/alpha/trap.c
index 7d50bdca91c..5fb1963282f 100644
--- a/sys/arch/alpha/alpha/trap.c
+++ b/sys/arch/alpha/alpha/trap.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: trap.c,v 1.14 1997/07/19 21:05:04 niklas Exp $ */
+/* $OpenBSD: trap.c,v 1.15 1997/07/24 05:57:53 niklas Exp $ */
/* $NetBSD: trap.c,v 1.19 1996/11/27 01:28:30 cgd Exp $ */
/*
@@ -222,7 +222,7 @@ sigfpe: i = SIGFPE;
case ALPHA_KENTRY_IF:
/*
* These are always fatal in kernel, and should never
- * happen.
+ * happen, unless they're breakpoints of course.
*/
if (!user)
goto we_re_toast;