From 784d65506702aab589d768a5db8113aca11dd6de Mon Sep 17 00:00:00 2001 From: rsc Date: Fri, 27 Jan 2006 18:52:43 +0000 Subject: typo --- src/libthread/386-ucontext.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/libthread/386-ucontext.h') diff --git a/src/libthread/386-ucontext.h b/src/libthread/386-ucontext.h index 00af62aa..21327d9b 100644 --- a/src/libthread/386-ucontext.h +++ b/src/libthread/386-ucontext.h @@ -6,7 +6,7 @@ typedef struct ucontext ucontext_t; extern int swapcontext(ucontext_t*, ucontext_t*); extern void makecontext(ucontext_t*, void(*)(), int, ...); extern int getmcontext(mcontext_t*); -extern void setmcontext(mcontetx_t*); +extern void setmcontext(mcontext_t*); /*- * Copyright (c) 1999 Marcel Moolenaar -- cgit v1.2.3