diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog index b3af513aa0..1f3550da0c 100644 --- a/cpukit/ChangeLog +++ b/cpukit/ChangeLog @@ -1,3 +1,7 @@ +2011-03-10 Sebastian Huber + + * sapi/include/rtems/extension.h: Documentation. + 2011-03-09 Joel Sherrill * score/src/threadget.c: Remove conditional since this path can be diff --git a/cpukit/sapi/include/rtems/extension.h b/cpukit/sapi/include/rtems/extension.h index 310db6ff92..4a7e258818 100644 --- a/cpukit/sapi/include/rtems/extension.h +++ b/cpukit/sapi/include/rtems/extension.h @@ -149,13 +149,13 @@ typedef User_extensions_routine * - Task creation * - Task start * - Task restart - * - Task exit * - Task context switch * - Post task context switch * - Task begins to execute * * At the following system events, the extensions are invoked in reverse order: * + * - Task exit * - Task deletion * - Fatal error detection *