summaryrefslogtreecommitdiffstats
path: root/cpukit/score
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2008-04-25 15:24:19 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2008-04-25 15:24:19 +0000
commitec73a7536b0e8f8809738920e0d3ec5bc80976ca (patch)
treed51a0488e4a72ef0c709a3399941400d33ad3a70 /cpukit/score
parentRemove stray newline. (diff)
downloadrtems-ec73a7536b0e8f8809738920e0d3ec5bc80976ca.tar.bz2
2008-04-25 Joel Sherrill <joel.sherrill@OARcorp.com>
* score/include/rtems/system.h: Fix typo in comment.
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