summaryrefslogtreecommitdiff
path: root/cpukit/score
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2008-04-25 15:24:38 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2008-04-25 15:24:38 +0000
commit280ef6eefd8a80001a9e08d3c449ccf6c45eceaa (patch)
tree08291121133e246508d63d9c51c3a1b982f2b3af /cpukit/score
parent7d032fc6bc2345007f9af6748c8bc33dd27168e7 (diff)
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 d64d641f9d..202ecfdb0b 100644
--- a/cpukit/score/include/rtems/system.h
+++ b/cpukit/score/include/rtems/system.h
@@ -153,7 +153,7 @@ typedef void * proc_ptr;
#endif
#if !defined( FALSE ) || (FALSE != 0)
-/** Boolean constant TRUE */
+/** Boolean constant FALSE */
#undef FALSE
#define FALSE (0)
#endif