Author: jhb Date: Mon Mar 19 17:14:56 2018 New Revision: 331215 URL: https://svnweb.freebsd.org/changeset/base/331215
Log: Fix a typo. Reviewed by: kib Modified: head/sys/x86/include/ucontext.h Modified: head/sys/x86/include/ucontext.h ============================================================================== --- head/sys/x86/include/ucontext.h Mon Mar 19 16:37:47 2018 (r331214) +++ head/sys/x86/include/ucontext.h Mon Mar 19 17:14:56 2018 (r331215) @@ -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 _______________________________________________ svn-src-all@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"