diff --git a/c/src/exec/score/headers/thread.h b/c/src/exec/score/headers/thread.h index 23b1242c0d..c394a92079 100644 --- a/c/src/exec/score/headers/thread.h +++ b/c/src/exec/score/headers/thread.h @@ -98,7 +98,7 @@ typedef struct { boolean core_allocated_stack; Stack_Control Initial_stack; /* stack information */ void *fp_context; /* initial FP context area address */ - void *stack; /* initial FP context area address */ + void *stack; /* initial stack area address */ } Thread_Start_information; /* diff --git a/c/src/exec/score/include/rtems/score/thread.h b/c/src/exec/score/include/rtems/score/thread.h index 23b1242c0d..c394a92079 100644 --- a/c/src/exec/score/include/rtems/score/thread.h +++ b/c/src/exec/score/include/rtems/score/thread.h @@ -98,7 +98,7 @@ typedef struct { boolean core_allocated_stack; Stack_Control Initial_stack; /* stack information */ void *fp_context; /* initial FP context area address */ - void *stack; /* initial FP context area address */ + void *stack; /* initial stack area address */ } Thread_Start_information; /* diff --git a/cpukit/score/include/rtems/score/thread.h b/cpukit/score/include/rtems/score/thread.h index 23b1242c0d..c394a92079 100644 --- a/cpukit/score/include/rtems/score/thread.h +++ b/cpukit/score/include/rtems/score/thread.h @@ -98,7 +98,7 @@ typedef struct { boolean core_allocated_stack; Stack_Control Initial_stack; /* stack information */ void *fp_context; /* initial FP context area address */ - void *stack; /* initial FP context area address */ + void *stack; /* initial stack area address */ } Thread_Start_information; /*