summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--cpukit/ChangeLog4
-rw-r--r--cpukit/score/include/rtems/system.h2
2 files changed, 5 insertions, 1 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index 9163bb6bbb..168dc7676f 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,3 +1,7 @@
+2008-04-25 Joel Sherrill <joel.sherrill@OARcorp.com>
+
+ * score/include/rtems/system.h: Fix typo in comment.
+
2008-04-23 Joel Sherrill <joel.sherrill@OARcorp.com>
* rtems/include/rtems/rtems/partmp.h, sapi/include/confdefs.h: Fix
diff --git a/cpukit/score/include/rtems/system.h b/cpukit/score/include/rtems/system.h
index de6ba1b885..330281f0eb 100644
--- a/cpukit/score/include/rtems/system.h
+++ b/cpukit/score/include/rtems/system.h
@@ -170,7 +170,7 @@ typedef void * proc_ptr;
#endif
#if !defined( FALSE ) || (FALSE != 0)
-/** Boolean constant TRUE */
+/** Boolean constant FALSE */
#undef FALSE
#define FALSE (0)
#endif