s/reutrn/return/, although in normally inactive code.

This commit is contained in:
is 1996-09-08 11:21:11 +00:00
parent 4813c310c4
commit 3efed5ad51
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: trap.c,v 1.48 1996/09/07 22:26:44 mycroft Exp $ */ /* $NetBSD: trap.c,v 1.49 1996/09/08 11:21:11 is Exp $ */
/* /*
* Copyright (c) 1988 University of Utah. * Copyright (c) 1988 University of Utah.
@ -480,7 +480,7 @@ trapmmufault(type, code, v, fp, p, sticks)
if (type == T_MMUFLT) if (type == T_MMUFLT)
return; return;
userret(p, fp->f_pc, sticks); userret(p, fp->f_pc, sticks);
reutrn; return;
} }
#else /* use hacky 386bsd_code */ #else /* use hacky 386bsd_code */
if (rv == KERN_SUCCESS) { if (rv == KERN_SUCCESS) {