From b6770d16623f110af9f9eb5de62a6af160cfec79 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Mon, 6 Oct 1997 21:29:29 +0000 Subject: [PATCH] Fixed comment. --- c/src/exec/score/headers/thread.h | 2 +- c/src/exec/score/include/rtems/score/thread.h | 2 +- cpukit/score/include/rtems/score/thread.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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; /*