2008-04-25 Joel Sherrill <joel.sherrill@OARcorp.com>

* score/include/rtems/system.h: Fix typo in comment.
This commit is contained in:
Joel Sherrill
2008-04-25 15:24:28 +00:00
parent de7b14e8d2
commit 582d68e49e
2 changed files with 5 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
2008-04-25 Joel Sherrill <joel.sherrill@OARcorp.com>
* score/include/rtems/system.h: Fix typo in comment.
2008-02-06 Joel Sherrill <joel.sherrill@OARcorp.com>
PR 1277/networking

View File

@@ -157,7 +157,7 @@ typedef void * proc_ptr;
#endif
#if !defined( FALSE ) || (FALSE != 0)
/** Boolean constant TRUE */
/** Boolean constant FALSE */
#undef FALSE
#define FALSE (0)
#endif