mirror of
https://github.com/opnsense/src.git
synced 2026-04-22 06:39:32 -04:00
Fix typo: wierd -> weird.
This commit is contained in:
parent
ba091d9673
commit
294939dced
1 changed files with 1 additions and 1 deletions
|
|
@ -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");
|
||||
|
|
|
|||
Loading…
Reference in a new issue