change log for rtems (2011-07-19)

rtems-vc at rtems.org rtems-vc at rtems.org
Tue Jul 19 19:10:21 UTC 2011


 *joel*:
2011-07-19	Joel Sherrill <joel.sherrill at oarcorp.com>

	* score/include/rtems/score/chain.h: Fix typo.

M 1.2882  cpukit/ChangeLog
M   1.27  cpukit/score/include/rtems/score/chain.h

diff -u rtems/cpukit/ChangeLog:1.2881 rtems/cpukit/ChangeLog:1.2882
--- rtems/cpukit/ChangeLog:1.2881	Tue Jul 19 08:10:30 2011
+++ rtems/cpukit/ChangeLog	Tue Jul 19 13:35:30 2011
@@ -1,3 +1,7 @@
+2011-07-19	Joel Sherrill <joel.sherrill at oarcorp.com>
+
+	* score/include/rtems/score/chain.h: Fix typo.
+
 2011-07-19	Joel Sherrill <joel.sherrilL at OARcorp.com>
 
 	PR 1838/filesystem

diff -u rtems/cpukit/score/include/rtems/score/chain.h:1.26 rtems/cpukit/score/include/rtems/score/chain.h:1.27
--- rtems/cpukit/score/include/rtems/score/chain.h:1.26	Thu Nov 25 05:48:11 2010
+++ rtems/cpukit/score/include/rtems/score/chain.h	Tue Jul 19 13:35:30 2011
@@ -67,7 +67,7 @@
  *
  */
 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;



--

Generated by Deluxe Loginfo [http://www.codewiz.org/projects/index.html#loginfo] 2.122 by Bernardo Innocenti <bernie at develer.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rtems.org/pipermail/vc/attachments/20110719/38b69de8/attachment-0001.html>


More information about the vc mailing list