svn commit: r331215 - head/sys/x86/include

John Baldwin jhb at FreeBSD.org
Mon Mar 19 17:14:56 UTC 2018


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


More information about the svn-src-head mailing list