From 7af5f2acfb6b465bfe8d32d7e54f603f9a59e3fd Mon Sep 17 00:00:00 2001 From: John Baldwin Date: Mon, 19 Mar 2018 17:14:56 +0000 Subject: [PATCH] Fix a typo. Reviewed by: kib --- sys/x86/include/ucontext.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/x86/include/ucontext.h b/sys/x86/include/ucontext.h index bf55dbf9cafb..407ef43be9dc 100644 --- a/sys/x86/include/ucontext.h +++ b/sys/x86/include/ucontext.h @@ -96,7 +96,7 @@ typedef struct __mcontext { #ifdef __amd64__ /* - * mc_trapno bits. Shall be in sync with TF_XXX. + * mc_flags bits. Shall be in sync with TF_XXX. */ #define _MC_HASSEGS 0x1 #define _MC_HASBASES 0x2