summaryrefslogtreecommitdiffstats
path: root/sys/i386/include/ucontext.h
diff options
context:
space:
mode:
authorkib <kib@FreeBSD.org>2011-12-31 14:44:42 +0000
committerkib <kib@FreeBSD.org>2011-12-31 14:44:42 +0000
commita1ca31e42c542774080fab7df85dc92bcbded642 (patch)
tree46e2cfe4d6a7d7cfdb7682f55327fb362a7fa304 /sys/i386/include/ucontext.h
parent9aad23ca6fbda0dbacb770d1385609ebc1ea8796 (diff)
downloadFreeBSD-src-a1ca31e42c542774080fab7df85dc92bcbded642.zip
FreeBSD-src-a1ca31e42c542774080fab7df85dc92bcbded642.tar.gz
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
Diffstat (limited to 'sys/i386/include/ucontext.h')
-rw-r--r--sys/i386/include/ucontext.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/sys/i386/include/ucontext.h b/sys/i386/include/ucontext.h
index d9f8344..d8ffc4b 100644
--- a/sys/i386/include/ucontext.h
+++ b/sys/i386/include/ucontext.h
@@ -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) */
OpenPOWER on IntegriCloud