summaryrefslogtreecommitdiffstats
path: root/cpukit/score
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/score')
-rw-r--r--cpukit/score/include/rtems/system.h2
1 files changed, 1 insertions, 1 deletions
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