From b6770d16623f110af9f9eb5de62a6af160cfec79 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Mon, 6 Oct 1997 21:29:29 +0000 Subject: Fixed comment. --- cpukit/score/include/rtems/score/thread.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpukit/score/include') 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; /* -- cgit v1.2.3