Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 19 Mar 2018 17:14:56 +0000 (UTC)
From:      John Baldwin <jhb@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r331215 - head/sys/x86/include
Message-ID:  <201803191714.w2JHEuXY013449@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201803191714.w2JHEuXY013449>