mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-08-22 05:49:11 +08:00
Fixed comment.
This commit is contained in:
@@ -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;
|
||||
|
||||
/*
|
||||
|
||||
@@ -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;
|
||||
|
||||
/*
|
||||
|
||||
@@ -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;
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user