summaryrefslogtreecommitdiff
path: root/sys/arch/alpha
diff options
context:
space:
mode:
authorPeter Valchev <pvalchev@cvs.openbsd.org>2002-04-29 00:30:37 +0000
committerPeter Valchev <pvalchev@cvs.openbsd.org>2002-04-29 00:30:37 +0000
commit20233ef4e9de159686e18e2c6370f297e9825581 (patch)
treebb77a54d839ea53ec97f69fcf6ed2bde7054b174 /sys/arch/alpha
parentec165786b604d583dbb9cb11b2a5c8a6a38255cd (diff)
wierd -> weird in comment
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 d6d06f2521e..281696867f2 100644
--- a/sys/arch/alpha/alpha/trap.c
+++ b/sys/arch/alpha/alpha/trap.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: trap.c,v 1.33 2002/04/28 20:55:14 pvalchev Exp $ */
+/* $OpenBSD: trap.c,v 1.34 2002/04/29 00:30:36 pvalchev Exp $ */
/* $NetBSD: trap.c,v 1.52 2000/05/24 16:48:33 thorpej Exp $ */
/*-
@@ -299,7 +299,7 @@ trap(a0, a1, a2, entry, framep)
sticks = p->p_sticks;
p->p_md.md_tf = framep;
#if 0
-/* This is to catch some wierd stuff on the UDB (mj) */
+/* This is to catch some weird stuff on the UDB (mj) */
if (framep->tf_regs[FRAME_PC] > 0 &&
framep->tf_regs[FRAME_PC] < 0x120000000) {
printf("PC Out of Whack\n");