<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>change log for rtems (2011-07-19)</title>
</head>
<body text='#000000' bgcolor='#ffffff'>
<a name='cs1'></a>
<table border='0' cellspacing='0' cellpadding='5' width='100%' bgcolor='#eeeeee'>
<tr><td colspan='3' bgcolor='#dddddd'>
 <font color='#bb2222'><strong>joel</strong></font>
</td></tr>
<tr><td colspan='3' bgcolor='#dddddd'><pre>2011-07-19 Joel Sherrill <joel.sherrill@oarcorp.com>

        * score/include/rtems/score/chain.h: Fix typo.
</pre></td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/cpukit/ChangeLog.diff?r1=text&tr1=1.2881&r2=text&tr2=1.2882&diff_format=h">M</a></td><td width='1%'>1.2882</td><td width='100%'>cpukit/ChangeLog</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/cpukit/score/include/rtems/score/chain.h.diff?r1=text&tr1=1.26&r2=text&tr2=1.27&diff_format=h">M</a></td><td width='1%'>1.27</td><td width='100%'>cpukit/score/include/rtems/score/chain.h</td></tr>
</table>
<pre>
<font color='#006600'>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
</font><font color='#997700'>@@ -1,3 +1,7 @@
</font><font color='#000088'>+2011-07-19    Joel Sherrill <joel.sherrill@oarcorp.com>
+
+       * score/include/rtems/score/chain.h: Fix typo.
+
</font> 2011-07-19        Joel Sherrill <joel.sherrilL@OARcorp.com>
 
        PR 1838/filesystem

<font color='#006600'>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
</font><font color='#997700'>@@ -67,7 +67,7 @@
</font>  *
  */
 struct Chain_Node_struct {
<font color='#880000'>-  /** This points to the node after to this one on this chain. */
</font><font color='#000088'>+  /** This points to the node after this one on this chain. */
</font>   Chain_Node *next;
   /** This points to the node immediate prior to this one on this chain. */
   Chain_Node *previous;
</pre>
<p> </p>

<p>--<br />
<small>Generated by <a href="http://www.codewiz.org/projects/index.html#loginfo">Deluxe Loginfo</a> 2.122 by Bernardo Innocenti <bernie@develer.com></small></p>
</body>
</html>