diff options
| author | Jeroen Ruigrok van der Werven <asmodai@FreeBSD.org> | 2001-02-06 09:20:17 +0000 |
|---|---|---|
| committer | Jeroen Ruigrok van der Werven <asmodai@FreeBSD.org> | 2001-02-06 09:20:17 +0000 |
| commit | 294939dced243f05db3224ff965c31dc2caac2f2 (patch) | |
| tree | 5f3c48467b2bd57bf7a6edebcbb555d9ff899f5b | |
| parent | ba091d9673112c6a306e86d8646c7687b8c16ce4 (diff) | |
Notes
| -rw-r--r-- | sys/alpha/alpha/trap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/alpha/alpha/trap.c b/sys/alpha/alpha/trap.c index f6d1f84eba1c..7aa7362a25ce 100644 --- a/sys/alpha/alpha/trap.c +++ b/sys/alpha/alpha/trap.c @@ -235,7 +235,7 @@ trap(a0, a1, a2, entry, framep) mtx_exit(&sched_lock, MTX_SPIN); 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"); |
