diff options
author | 2002-04-29 00:30:36 +0000 | |
---|---|---|
committer | 2002-04-29 00:30:36 +0000 | |
commit | f825c50b9a8d72a514059017aee707dc8a65402a (patch) | |
tree | 5bafc83423c385d086b2d6cef70235dfb400aa46 | |
parent | cleanup, remove devices which macppc is likely to never have, comment (diff) | |
download | wireguard-openbsd-f825c50b9a8d72a514059017aee707dc8a65402a.tar.xz wireguard-openbsd-f825c50b9a8d72a514059017aee707dc8a65402a.zip |
wierd -> weird in comment
-rw-r--r-- | sys/arch/alpha/alpha/trap.c | 4 |
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"); |