From 796272d79ac6128db0aa9b0c03873b92784be0a5 Mon Sep 17 00:00:00 2001 From: Michael Neumann Date: Mon, 15 Dec 2008 15:41:00 +0000 Subject: [PATCH] Fix typo (currenet -> current) --- sys/platform/pc32/i386/trap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/platform/pc32/i386/trap.c b/sys/platform/pc32/i386/trap.c index d6c793702f..c13a077335 100644 --- a/sys/platform/pc32/i386/trap.c +++ b/sys/platform/pc32/i386/trap.c @@ -374,7 +374,7 @@ userexit(struct lwp *lp) * never raised and does not need to be reduced. * * Note that at this point there may be other LWKT thread at - * TDPRI_KERN_USER (aka higher then our currenet priority). We + * TDPRI_KERN_USER (aka higher then our current priority). We * do NOT want to run these threads yet. */ if (td->td_release == NULL) -- 2.11.4.GIT