Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 31 Dec 2011 14:44:42 +0000 (UTC)
From:      Konstantin Belousov <kib@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r229104 - head/sys/i386/include
Message-ID:  <201112311444.pBVEigCI068756@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: kib
Date: Sat Dec 31 14:44:42 2011
New Revision: 229104
URL: http://svn.freebsd.org/changeset/base/229104

Log:
  Make the comment in i386/include/ucontext.h identical to the one in
  amd64/include/ucontext.h. The later is better worded.
  
  Requested by:	deischen
  MFC after:	3 days

Modified:
  head/sys/i386/include/ucontext.h

Modified: head/sys/i386/include/ucontext.h
==============================================================================
--- head/sys/i386/include/ucontext.h	Sat Dec 31 14:37:51 2011	(r229103)
+++ head/sys/i386/include/ucontext.h	Sat Dec 31 14:44:42 2011	(r229104)
@@ -33,9 +33,10 @@
 
 typedef struct __mcontext {
 	/*
-	 * The definition of mcontext_t shall match the layout of
-	 * struct sigcontext after the sc_mask member.  So that we can
-	 * support sigcontext and ucontext_t at the same time.
+	 * The definition of mcontext_t must match the layout of
+	 * struct sigcontext after the sc_mask member.  This is so
+	 * that we can support sigcontext and ucontext_t at the same
+	 * time.
 	 */
 	__register_t	mc_onstack;	/* XXX - sigcontext compat. */
 	__register_t	mc_gs;		/* machine state (struct trapframe) */



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