aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/libthread/386-ucontext.h2
1 files changed, 1 insertions, 1 deletions
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