summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorasmodai <asmodai@FreeBSD.org>2001-02-06 09:20:17 +0000
committerasmodai <asmodai@FreeBSD.org>2001-02-06 09:20:17 +0000
commit010d68ca1c6a6f04e09a047a3682ff8fa338c986 (patch)
tree7d8ec56aabcf70402919d01574b3a9481e980a2f /sys
parent57d8a16ab6fdf39f8b065803980ede96df7122db (diff)
downloadFreeBSD-src-010d68ca1c6a6f04e09a047a3682ff8fa338c986.zip
FreeBSD-src-010d68ca1c6a6f04e09a047a3682ff8fa338c986.tar.gz
Fix typo: wierd -> weird.
Diffstat (limited to 'sys')
-rw-r--r--sys/alpha/alpha/trap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/alpha/alpha/trap.c b/sys/alpha/alpha/trap.c
index f6d1f84..7aa7362 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");
OpenPOWER on IntegriCloud