From 1dcccc2449c07403ee43a52d55594ea032d13007 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Tue, 19 Jul 2011 18:35:30 +0000 Subject: 2011-07-19 Joel Sherrill * score/include/rtems/score/chain.h: Fix typo. --- cpukit/score/include/rtems/score/chain.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpukit/score/include/rtems/score/chain.h') diff --git a/cpukit/score/include/rtems/score/chain.h b/cpukit/score/include/rtems/score/chain.h index 187a466c90..b7b2a1b9b5 100644 --- a/cpukit/score/include/rtems/score/chain.h +++ b/cpukit/score/include/rtems/score/chain.h @@ -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; -- cgit v1.2.3