Fixed comment.

This commit is contained in:
Joel Sherrill
1997-10-06 21:29:29 +00:00
parent 7e4938ca42
commit b6770d1662
3 changed files with 3 additions and 3 deletions

View File

@@ -98,7 +98,7 @@ typedef struct {
boolean core_allocated_stack; boolean core_allocated_stack;
Stack_Control Initial_stack; /* stack information */ Stack_Control Initial_stack; /* stack information */
void *fp_context; /* initial FP context area address */ void *fp_context; /* initial FP context area address */
void *stack; /* initial FP context area address */ void *stack; /* initial stack area address */
} Thread_Start_information; } Thread_Start_information;
/* /*

View File

@@ -98,7 +98,7 @@ typedef struct {
boolean core_allocated_stack; boolean core_allocated_stack;
Stack_Control Initial_stack; /* stack information */ Stack_Control Initial_stack; /* stack information */
void *fp_context; /* initial FP context area address */ void *fp_context; /* initial FP context area address */
void *stack; /* initial FP context area address */ void *stack; /* initial stack area address */
} Thread_Start_information; } Thread_Start_information;
/* /*

View File

@@ -98,7 +98,7 @@ typedef struct {
boolean core_allocated_stack; boolean core_allocated_stack;
Stack_Control Initial_stack; /* stack information */ Stack_Control Initial_stack; /* stack information */
void *fp_context; /* initial FP context area address */ void *fp_context; /* initial FP context area address */
void *stack; /* initial FP context area address */ void *stack; /* initial stack area address */
} Thread_Start_information; } Thread_Start_information;
/* /*