From 36fd83b6134ab68ebdc2c448e139dd0c5586b3fd Mon Sep 17 00:00:00 2001 From: Konstantin Belousov Date: Sat, 31 Dec 2011 14:44:42 +0000 Subject: [PATCH] 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 --- sys/i386/include/ucontext.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/sys/i386/include/ucontext.h b/sys/i386/include/ucontext.h index d9f8344b898..d8ffc4b4ea7 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) */