mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-08-26 03:03:42 +08:00
2011-07-19 Joel Sherrill <joel.sherrill@oarcorp.com>
* score/include/rtems/score/chain.h: Fix typo.
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
2011-07-19 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* score/include/rtems/score/chain.h: Fix typo.
|
||||
|
||||
2011-07-19 Joel Sherrill <joel.sherrilL@OARcorp.com>
|
||||
|
||||
PR 1838/filesystem
|
||||
|
||||
@@ -67,7 +67,7 @@ typedef struct Chain_Node_struct Chain_Node;
|
||||
*
|
||||
*/
|
||||
struct Chain_Node_struct {
|
||||
/** This points to the node after to this one on this chain. */
|
||||
/** This points to the node after this one on this chain. */
|
||||
Chain_Node *next;
|
||||
/** This points to the node immediate prior to this one on this chain. */
|
||||
Chain_Node *previous;
|
||||
|
||||
Reference in New Issue
Block a user